BigCommerce · Example Payload

Bigcommerce Updatepricelist Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatepricelist 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": "updatePriceList",
  "method": "PUT",
  "path": "/pricelists/{price_list_id}",
  "summary": "BigCommerce Update a Price List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 2,
          "name": "BigCommerce",
          "date_created": "2022-02-26T17:37:01Z",
          "date_modified": "2022-09-17T18:45:17Z",
          "active": false
        },
        "meta": {}
      }
    }
  ]
}