Shop Properties

The Shop Properties object provides detailed metadata about a shop, including its identity, contact information, operational settings, and customization details. This information is used for managing and displaying shop-specific details within the system. Below is an improved breakdown of the fields, including clear descriptions and examples for better usability.

🔒

Requires shop access scope.

Shop properties

FieldTypeDesc
idintegerA unique identifier for the shop.
namestringShop name
emailstringThe primary email address of the shop owner.
domainstringThe shop’s custom domain
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
phonestringThe contact phone number of the shop, e.g.+86 150 1447 1143
primary_localestringThe primary language and locale settings of the shop, in IETF language tag format.
created_atstringThe timestamp indicating when the shop was created, in ISO 8601 format.
updated_atstringThe timestamp indicating when the shop’s information was last updated, in ISO 8601 format.
country_codestringThe country code of the shop’s location, in ISO 3166-1 alpha-2 format. US
currencystringThe currency code used by the shop, in ISO 4217 format, for example: USD
customer_emailstringCustomer service email
timezonestringThe shop’s timezone offset from UTC.
shop_ownerstringThe name or identifier of the shop 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": "address1",
  "address2": "",
  "city": "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"
}