BigCommerce · Example Payload

Bigcommerce Gettaxclasses Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Gettaxclasses 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": "getTaxClasses",
  "method": "GET",
  "path": "/tax_classes",
  "summary": "BigCommerce Get All Tax Classes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "id": "1",
          "name": "Non-Taxable Products",
          "created_at": "1973-01-20 21:34:57.903000+00:00",
          "updated_at": "1990-12-30 00:29:23.515000+00:00"
        },
        {
          "id": "2",
          "name": "Shipping",
          "created_at": "1973-01-20 21:34:57.903000+00:00",
          "updated_at": "1990-12-30 00:29:23.515000+00:00"
        },
        {
          "id": "3",
          "name": "Gift Wrapping",
          "created_at": "1973-01-20 21:34:57.903000+00:00",
          "updated_at": "1990-12-30 00:29:23.515000+00:00"
        }
      ]
    }
  ]
}