Store

Store or null

Store object

Example:
{"name":"example store","url":"https://www.example-store.com","logo_url":"https://example-store.com/logo.png","email":"[email protected]","phone":{"calling_code":"86","phone_number":"13010001000"}}
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
Phone 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
Example
preparing...