BigCommerce · Example Payload

Bigcommerce Gettaxclass Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Gettaxclass 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": "getTaxClass",
  "method": "GET",
  "path": "/tax_classes/{id}",
  "summary": "BigCommerce Get a Tax Class",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "1",
        "name": "Shipping",
        "created_at": "1973-01-20 21:34:57.903000+00:00",
        "updated_at": "1990-12-30 00:29:23.515000+00:00"
      }
    }
  ]
}