Store Object¶
Store location details are stored in the store object, which has the following keys:
Name |
Type |
Description |
---|---|---|
|
string, required, min: 1, max: 100 |
the descriptive name for this store |
|
array of strings, optional |
an array of address lines |
|
string, optional, min: 1, max: 60 |
name of the city in which this store is located |
|
string, optional, min: 1, max: 10 |
the postcode matching this store’s address |
|
string, required, ISO 3166-1 or ISO 3166-3 alpha-3 country code |
code of the country in which this store is located |
|
string, optional, min: 1, max: 20 |
a telephone number for contacting this store |
|
string, optional |
the locale for this store |
|
string, optional |
IANA time zone name |
|
string, optional, ISO 4217 alpha-3 currency code |
ISO 4217 currency code |
|
JSON type, optional |
the properties for this store |