Skip to main content

Get Store

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

Get store by id​

GET /manage/stores/{storeId} 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
storeIdYesThe id of the store to get

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"