BigCommerce · Example Payload

Bigcommerce Uploadstoretheme Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Uploadstoretheme 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": "uploadStoreTheme",
  "method": "POST",
  "path": "/themes",
  "summary": "BigCommerce Upload a Theme",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "job_id": "ceea1917b1518f5ae491da6ad8a56336"
      }
    }
  ]
}