Get Available Stores
Last updated
Last updated
GET
https://graph.whisk.com/v1/retailers
Returns list of available stores for a specified location.
Name | Type | Description |
---|---|---|
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.
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
.
ATTRIBUTE
TYPE
DESCRIPTION
retailers
array [Retailer]
ATTRIBUTE
TYPE
DESCRIPTION
id
string
name
string
displayName
string
country
string
currency
string
logo
ImageContainer
urls
RetailerUrls
ATTRIBUTE
TYPE
DESCRIPTION
signupUrl
string
forgotPasswordUrl
string
trolleyUrl
string