BigCommerce · Example Payload

Bigcommerce Getsystemtimestamp Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getsystemtimestamp Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getSystemTimestamp",
  "method": "GET",
  "path": "/time",
  "summary": "BigCommerce Get System Timestamp",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "time": 1529512970
      }
    }
  ]
}