Store Object

Store location details are stored in the store object, which has the following keys:

Name

Type

Description

name

string, required, min: 1, max: 100

the descriptive name for this store

address

array of strings, optional

an array of address lines

city

string, optional, min: 1, max: 60

name of the city in which this store is located

postcode

string, optional, min: 1, max: 10

the postcode matching this store’s address

country

string, required, ISO 3166-1 or ISO 3166-3 alpha-3 country code

code of the country in which this store is located

phone

string, optional, min: 1, max: 20

a telephone number for contacting this store

locale

string, optional

the locale for this store

timezone

string, optional

IANA time zone name

currency

string, optional, ISO 4217 alpha-3 currency code

ISO 4217 currency code

properties

JSON type, optional

the properties for this store