BigCommerce · Example Payload

Bigcommerce Upsertpricelistrecords Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Upsertpricelistrecords 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": "upsertPriceListRecords",
  "method": "PUT",
  "path": "/pricelists/{price_list_id}/records",
  "summary": "BigCommerce Upsert Price List Records",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "429",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "status": 429,
        "title": "Too many requests",
        "type": "/api-docs/getting-started/api-status-codes",
        "errors": {}
      }
    }
  ]
}