Requires
shop
access scope.
Shop properties
Field | Type | Desc |
---|---|---|
id | integer | Shop ID |
name | string | Shop name |
string | Shop owner email | |
domain | string | Domain |
address1 | string | Street address, for example: 1 Rue des Carrieres |
address2 | string | Apartment/floor/room number, for example: Suite 1234 |
zip | string | ZIP code, for example: 87036 |
city | string | City, for example: SAN JOSE |
phone | string | Phone number, for example: +86 150 1447 1143 |
primary_locale | string | Primary language |
created_at | string | Creation time |
updated_at | string | Update time |
country_code | string | Country code, for example: US |
currency | string | Currency code, for example: USD |
customer_email | string | Customer service email |
timezone | string | Shop timezone |
shop_owner | string | Shop owner |
account | string | Registered account |
province_code | string | Province Code, for example: NM |
root_url | string | |
system_domain | string | Shop domain |
icon | object | Shop logo |
icon.alt | string | Logo alt text |
icon.src | string | Logo link |
icon.path | string | Logo file name |
Example
{
"account": "[email protected]",
"address1": "粤海门",
"address2": "",
"city": "深圳",
"country_code": "CN",
"created_at": "2023-11-08T11:51:39Z",
"currency": "USD",
"customer_email": "[email protected]",
"domain": "test-shoplazza.stg.myshoplaza.com",
"email": "[email protected]",
"icon": {
"alt": "",
"path": "55f1a60e47d1462c7d88dec3844369f0.png",
"src": "http://img.staticdj.com/55f1a60e47d1462c7d88dec3844369f0.png"
},
"id": 633130,
"name": "test-shoplazza",
"phone": "15014471143",
"primary_locale": "en-US",
"province_code": "CN-GD",
"root_url": "",
"shop_owner": "test-shoplazza",
"state": "available",
"system_domain": "test-shoplazza.stg.myshoplaza.com",
"timezone": "+0800",
"updated_at": "2024-04-29T09:18:01Z",
"zip": "515300"
}