BigCommerce · Example Payload

Bigcommerce Updateproducttaxproperties Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updateproducttaxproperties 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": "updateProductTaxProperties",
  "method": "PUT",
  "path": "/tax/products/properties",
  "summary": "BigCommerce Update Product Tax Properties",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": [
        {
          "product_id": 157,
          "tax_properties": {
            "A-123456789": "26",
            "B-6731789": "200"
          }
        }
      ]
    }
  ],
  "responseExamples": []
}