Create a new merchant organization
Create a new merchant organization. A merchant organization represents a business entity that sells one or more products. Merchant organizations own resources such as products
, prices
, customers
, subscriptions
, etc.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the merchant organization.
The email address of the merchant organization.
A description of the merchant organization. This might be displayed to consumers.
The VAT number of the merchant organization. Will be used as the default VAT number for tax calculations.
The address of the merchant organization.
The billing address of the merchant organization. This is used for billing purposes.
The phone number of the merchant organization.
Optional organization ID. This should be used if a consumer organization already exists and you want to associate the merchant with it.
Response
Unique identifier for the merchant organization.
The type of object, which is 'merchant' for this schema.
merchant
The name of the merchant organization.
The email address of the merchant organization.
A brief description of the merchant organization.
Key-value pairs for storing additional data related to the merchant.
The VAT number of the merchant organization, used by default for tax calculations.
The address of the merchant organization.
The billing address of the merchant organization, used for billing purposes.
The contact phone number of the merchant organization.
The date and time when the merchant organization was created.
The date and time when the merchant organization was last updated.