BigCommerce · Example Payload

Bigcommerce Updatechannelcartsettings Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatechannelcartsettings 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": "updateChannelCartSettings",
  "method": "PUT",
  "path": "/carts/settings/channels/{channel_id}",
  "summary": "BigCommerce Update Channel Cart Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": {
        "status": 400,
        "title": "Input is invalid",
        "type": "https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes",
        "detail": "Syntax error"
      }
    }
  ]
}