List all merchants
GET https://{{subdomain}}.commercelayer.io/api/merchants
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"data":[{"id":"xYZkjABcde","type":"merchants","links":{"self":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde"},"attributes":{"name":"The Brand Inc.","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"address":{"links":{"self":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/relationships/address","related":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/address"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/merchants/xYZkjABcde/versions"}}},"meta":{"mode":"test"}},{"other":"... 9 merchants (first page)"}],"meta":{"record_count":140,"page_count":14},"links":{"first":"https://yourdomain.commercelayer.io/api/merchants?page[number]=1\u0026page[size]=10","next":"https://yourdomain.commercelayer.io/api/merchants?page[number]=2\u0026page[size]=10","last":"https://yourdomain.commercelayer.io/api/merchants?page[number]=14\u0026page[size]=10"}}