BigCommerce · Example Payload

Bigcommerce Getstorethemejob Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getstorethemejob 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": "getStoreThemeJob",
  "method": "GET",
  "path": "/themes/jobs/{job_id}",
  "summary": "BigCommerce Get a Theme Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "data": {
          "id": "ceea1917b1518f5ae491da6ad8a56336",
          "time": "2018-09-18T13:59:01Z",
          "status": "COMPLETED",
          "percent_complete": 100,
          "result": {
            "theme_id": "ed1982d0-9d78-0136-33ba-0d84a0c6431b"
          },
          "warnings": [],
          "errors": []
        },
        "meta": {}
      }
    }
  ]
}