BigCommerce · Example Payload

Bigcommerce Updatecart Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatecart 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": "updateCart",
  "method": "PUT",
  "path": "/carts/{cartId}",
  "summary": "BigCommerce Update Customer ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "customer_id": 5
      }
    }
  ],
  "responseExamples": []
}