docs
  1. Admin Api
  2. Resources
  3. Merchants
  4. Get A Merchant

Get a merchant

Get a merchant

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$

Query Parameters

ParameterDetails
with
Array of strings
Example:
?with=contacts
string
Enum:
contacts
returnAddresses
carriers
warehouses

Responses

200
Merchant
application/json
Success
id
integer
Example:
1
referenceKeyrequired
string
Example:
acme
namerequired
string
Example:
ACME
priority
integer
Example:
1
orderDelegationUrl
string
cancellationUrl
string
Array of object
Array of object
Array of object
Array of object
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/merchants/{merchantIdentifier}

Request samples

Response samples

200
Merchant:
Content type: application/json
Provide Feedback