BigCommerce · Example Payload

Bigcommerce Getpricelist Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getpricelist 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": "getPriceList",
  "method": "GET",
  "path": "/pricelists/{price_list_id}",
  "summary": "BigCommerce Get a Price List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 2,
          "name": "B2B",
          "date_created": "2022-02-26T17:37:01Z",
          "date_modified": "2022-09-17T18:34:36Z",
          "active": true
        },
        "meta": {}
      }
    }
  ]
}