Upsert Customs Information
Authentication
Request
The country of manufacture, production, or growth represented in ISO 3166-1 alpha-2 format.
The country of manufacture, production, or growth represented in ISO 3166-1 alpha-2 format.
Creates and updates product customs information.
This is a batch operation where the creation of multiple customs information objects can be done with one PUT request.
Limits
PUT request.For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
Key-value pairs that are commonly used in the following form:
countryISO2: '/^[0-9A-Za-z]{6,14}$/'
This key-value pair represents a country and the associated hs_code that applies to that country.
You can also use the ALL key in place of an ISO2 key to specify that the hs_code applies to all countries. The ALL key can be combined with other countries in the hs_code object.