BigCommerce · Example Payload

Bigcommerce Createpricelist Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createpricelist 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": "createPriceList",
  "method": "POST",
  "path": "/pricelists",
  "summary": "BigCommerce Create a Price List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 4,
          "name": "Wholesale Group - Trade Show",
          "date_created": "2022-09-17T18:41:59Z",
          "date_modified": "2022-09-17T18:41:59Z",
          "active": false
        },
        "meta": {}
      }
    }
  ]
}