StoreV2

StoreV2 or null

Store object

[Store Slug](../../docs/other/store_slug.md)
Examples:
{"name":"example store","url":"https://www.example.ca","logo_url":"https://example.ca/logo.png","email":"[email protected]","phone":{"calling_code":"86","phone_number":"13010001000"},"slug":"example-ca"}{"name":"example store","url":"https://www.example.com","logo_url":"https://example.com/logo.png","email":"[email protected]","phone":{"calling_code":"86","phone_number":"13010001000"},"slug":"example"}
name
string or null
required

Store name.

Example:
example store
url
string or null
required

Store website URL

Example:
https://www.example-store.com
logo_url
string or null
required

The logo image url of the store.

Example:
https://example-store.com/logo.png
email
string or null
required

The contact email of the store.

phone
PhoneV2 or null
required

The phone number object.

Example:
{"calling_code":"86","phone_number":"13010001000"}
calling_code
string or null
required

The country region code of the phone.

Example:
86
phone_number
string or null
required

Phone number.

Example:
13010001000
slug
string or null
required

Unique store code. The slug may be null when it cannot be identified from our store database, the other fields of stores (e.g. store.name) will be non-standardized values. See Store Slug .

preparing...