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":{"country_region_code":"1","number":"3105550199"}}
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:
{"country_region_code":"1","number":"3105550199"}
country_region_code
string or null
required

The country region code of the phone.

Example:
1
number
string or null
required

Phone number.

Example:
3105550199
Example
preparing...