Skip to main content

List Stores

This describes the request used to create a Merchant and add stores to that merchant

List stores for current organization​

GET /manage/stores HTTP/1.1
Host: api.uat.walleydev.com // (Please note! Different hostname in production)
Authorization: Bearer bXlVc2VybmFtZTpmN2E1ODA4MGQzZTk0M2VmNWYyMTZlMDE...

List stores for a sub organization​

GET /manage/organizations/{organizationId}/stores HTTP/1.1
Host: api.uat.walleydev.com // (Please note! Different hostname in production)
Authorization: Bearer bXlVc2VybmFtZTpmN2E1ODA4MGQzZTk0M2VmNWYyMTZlMDE...

Data Model​

Request​

Request headers​
HeaderRequiredExplanation
AuthorizationYesInstructions on how to generate the Bearer token value can be found here
Request query parameters​
PropertyRequiredExplanation
organizationIdYes if applicableThe specific Organization identifier to get stores for

Response​

The response is wrapped in a Response object containing data, links and metadata

PropertyExplanation
idStore identifier
nameStore name, used for human readability
countryCodeCountry code of the store
salesSegmentSalesSegment type "B2B" or "B2C"