Get Available Stores
Get Available Stores
GET
https://graph.whisk.com/v1/retailers
Returns list of available stores for a specified location.
Path Parameters
country
string
Country code in ISO 3166-1 alpha-2 format. E.g. GB
, US
, AU
, etc.
zipcode
string
Postal code
language
string
Language supported by retailer in ISO 639-1 format. E.g. en
, it
, de
. Default value: en
.
To get available retailers for US
or DE
you need to specify a zip code so we will be able to verify available stores in the specified region.
You can use retailer identifiers for store transferring API and for cart API
If a country code was not specified, will be returned retailers available around the world.
Sample Request
Response
ATTRIBUTE
TYPE
DESCRIPTION
retailers
array [Retailer]
Retailer
ATTRIBUTE
TYPE
DESCRIPTION
id
string
name
string
displayName
string
country
string
currency
string
logo
ImageContainer
urls
RetailerUrls
Retailer Urls
ATTRIBUTE
TYPE
DESCRIPTION
signupUrl
string
forgotPasswordUrl
string
trolleyUrl
string
Last updated