Create merchant
Provision a merchant; idempotent on domain, safe to retry.
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
domain
The merchant's storefront domain
name
Merchant display name (inferred when omitted)
Response
Successful Response
customer_id
Channel3 customer id for this merchant
created
False when the domain already resolved to an existing merchant
name
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error