BigCommerce · Example Payload

Bigcommerce Downloadstoretheme Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Downloadstoretheme 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": "downloadStoreTheme",
  "method": "POST",
  "path": "/themes/{uuid}/actions/download",
  "summary": "BigCommerce Download a Theme",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "job_id": "ceea1917b1518f5ae491da6ad8a56336"
      }
    }
  ]
}