BigCommerce · Example Payload

Bigcommerce Updatecustomsinformation Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatecustomsinformation 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": "updateCustomsInformation",
  "method": "PUT",
  "path": "/shipping/products/customs-information",
  "summary": "BigCommerce Upsert Customs Information",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": [
        {
          "product_id": 77,
          "country_of_origin": "US",
          "commodity_description": "Baseball caps",
          "international_shipping": true,
          "hs_codes": {
            "CA": "508313",
            "AU": "817355",
            "ALL": "501000"
          }
        }
      ]
    }
  ],
  "responseExamples": []
}