Replace the persisted tax quote (identified by the given unique ID) with the provided quote request (represented by the AdjustRequest).
Relevant for returns, partial refunds, and other Order modifications where there have been changes to the tax liabilities.
The returned Tax Quote response is expected to be the same to a response returned by an equivalent response to estimate or commit methods.
Server URL
- For supporting tax providers, the server URL contains the tax providerʼs profile field; for example,
your_profile.example.com.- The Try it feature is not currently supported for this endpoint.
BigCommerce will send through the store hash as part of all tax provider operations. Each BigCommerce store on the platform has a unique store hash value for the store’s lifetime. This value can assist in account verification or profile matching responsibilities.
Unique ID of the taxable document (order, cart, quote, etc) this tax quote request is being generated for. Will remain consistent for the lifetime of the entity being estimated.
If the shopper is a registered customer in the merchant’s store, basic details for that customer.
One or more consignments containing items being purchased by the shopper, including shipping and handling fees that are charged for each consignment. Most orders will contain a single consignment (to a single shipping address), however the BigCommerce platform also supports “Multi-address orders” which allow shoppers to place a single order with items shipped to different addresses.
Specifies the reason for the adjustment operation, for auditing purposes. May be a custom, user-entered description.
The unique identifier of the tax quote that was requested. This value must either match the ID of the requested quote or be an external ID on the tax provider’s system. This value will be used for future adjust and void operations.
Represents an order quote or part of an order quote of tax-relevant items fulfilled from a single origin address to a single destination address, including arrays of shipping and handling fee objects for each item. Most order quotes contain a single document; however, BigCommerce supports “multi-address orders”, which may come from or go to distinct sets of addresses and thus require multiple documents per quote.
The HTTP Basic Authentication (developer.mozilla.org) credentials used to authenticate each API request to the tax provider from the associated store; set and update username, password, and optionally profile, using the Update a Connection request. profile is an optional field and will be used with supporting providers only.
For more, see developer-configured authentication for Provider APIs.