Create Merchant
Creates a new merchant under the authenticated account. Requires X-API-KEY header.
Authentication
X-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
merchantName
Merchant business name
contactFirst
Primary contact first name
contactLast
Primary contact last name
contactEmail
Primary contact email
sendTaxcloudInvite
Sends invite to set up and connect a TaxCloud account to a merchant who does not already use TaxCloud. To connect a TaxCloud account for a merchant who already uses TaxCloud, use the "Set Merchant Credentials" function.
referenceId
The ID you use in your own system to identify this merchant.
Response
Created
merchantId
UUID of the created merchant
message
Human-readable result message
status
Operation status
Errors
400
Create Merchant Body Bad Request Error
401
Create Merchant Body Unauthorized Error
409
Create Merchant Body Conflict Error
422
Create Merchant Body Unprocessable Entity Error
500
Create Merchant Body Internal Server Error