BigCommerce · Example Payload

Bigcommerce Updatevariantsbatch Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatevariantsbatch 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": "updateVariantsBatch",
  "method": "PUT",
  "path": "/catalog/variants",
  "summary": "BigCommerce Update Variants (Batch)",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "413",
      "contentType": "application/json",
      "example": {
        "errors": {},
        "status": 413,
        "title": "The request payload is too large. The maximum items allowed in the array is 50",
        "type": "/api-docs/getting-started/api-status-codes"
      }
    }
  ]
}