Upsert Product

Creates or updates a Product.

Note: Currently, keys generated via the TaxCloud web app do not include the necessary scopes to interact with the Management API. To request access, contact our support team.

Path parameters

connectionIdstringRequired
represents the ID of a connection. It is used as a unique identifier for the connection

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
productIdstringRequired

ID of the product in the given connection & channel

channelstringOptional

The type of channel the product comes from (e.g., amazon, walmart etc.). It accepts any string and attempts to snake_case the input.

productNamestringOptional

Name of the product for description purposes (not used in mapping)

ticlongOptional
TIC number for the product

Response

OK
connectionIdstring
idlong
productIdstring

ID of the product in the given connection & channel

$schemastring or nullformat: "uri"
A URL to the JSON Schema for this object.
channelstring or null

The type of channel the product comes from (e.g., amazon, walmart etc.)

productNamestring or null

Name of the product for description purposes (not used in mapping)

ticlong or null
TIC number for the product

Errors