Vertex accounts
The Vertex account object and the allowed CRUD operations on the related resource endpoint
Configure your Vertex account to automatically compute tax calculations for the orders of the associated market.
Based on the Vertex O Series type of solution you choose (set as the value of the kind
attribute), the configuration might slightly differ, for example for what the base URL used to compose the appropriate endpoint URL to which the integration submits the request for an access token is concerned. Specifically, as detailed in the Vertex API documentation:
O Series Cloud — Fixed URL with no base URL attached.
O Series On-Demand — The base URL is a second-level domain.
O Series On-Premise — You need to use your full server domain as the base URL.
Due to what was mentioned above, when creating a Vertex account, the baseurl
attribute is optional only if the kind
is cloud
.
Last updated