Shop Properties

🔒

Requires shop access scope.

Shop properties

FieldTypeDesc
idintegerShop ID
namestringShop name
emailstringShop owner email
domainstringDomain
address1stringStreet address, for example: 1 Rue des Carrieres
address2stringApartment/floor/room number, for example: Suite 1234
zipstringZIP code, for example: 87036
citystringCity, for example: SAN JOSE
phonestringPhone number, for example: +86 150 1447 1143
primary_localestringPrimary language
created_atstringCreation time
updated_atstringUpdate time
country_codestringCountry code, for example: US
currencystringCurrency code, for example: USD
customer_emailstringCustomer service email
timezonestringShop timezone
shop_ownerstringShop owner
accountstringRegistered account
province_codestringProvince Code, for example: NM
root_urlstring
system_domainstringShop domain
iconobjectShop logo
icon.altstringLogo alt text
icon.srcstringLogo link
icon.pathstringLogo 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"
}