shop

Information about the store, such as the store address, the total number of products, and various settings.

PropertiesTypeDescription
addressstringThe address of the store.
cdn_domainstringThe CDN URL.
contactEmailstringThe service email of the store.
currencystringThe currency of the store.
currency_codestringSame as currency.
currency_symbolstringThe currency symbol of the store.
default_imgstringThe default placeholder image.
descriptionstringThe description of the store.
domainstringThe primary domain of the store.
emailstringThe sender email of the store.
enabled_payment_typesan array of stringThe accepted payment types in the store.
enabled_payment_resourcesan array of stringThe accepted payment resources in the store.
faviconstringThe favicon URL of the store.
finance_symbolstringSame as currency_symbol.
idnumberThe ID of the store.
localestringThe locales (languages) that are published in the store.
logostringThe logo URL of the store.
mixed_wholesalebooleanReturns true if the mixed wholesale mode is enabled, returns false if it's not.
namestringThe name of the store.
password_messagestringThe password page message of the store.
payment_settingsThe payment settings of the store.
phonestringThe phone number of the store.
secure_urlstringThe full URL of the store, with an https protocol.
symbolstringThe currency symbol of the store. If its value is nil, returns a nil.
urlstringThe full URL of the store.
wholesale_enabledbooleanReturns true if the wholesale mode is enabled, returns false if it's not.
{
  "address": "China",
  "cdn_domain": "//static.shoplazza.com/",
  "contactEmail": "[email protected]",
  "currency": "EUR",
  "currency_code": "EUR",
  "currency_symbol": "€",
  "description": "",
  "default_img": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABlBMVEXx8fH///8wmV1OAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQImWNgAAAAAgAB9HFkpgAAAABJRU5ErkJggg==",
  "domain": "shop.myshoplaza.com",
  "email": "[email protected]",
  "finance_symbol": "€",
  "enabled_payment_types": [],
  "enabled_payment_resources": [],
  "favicon": "https://cdn.shoplazza.com/e63a55a2ad89cdb5678424017317878b.png",
  "id": 166812,
  "locale": "en-US",
  "logo": "https://cdn.shoplazza.com/e63a55a2ad89cdb5678424017317878b.png",
  "mixed_wholesale": false,
  "name": "Spring",
  "password_message": "This store is password protected. Use the password to enter the store",
  "payment_settings": {
    "express_checkout_config": {
      "express_account_infos": [],
      "express_channels": [],
      "express_theme_configs": []
    },
    "payment_resources": [],
    "paypal_account": [],
    "paypal_account_type": "merchant",
    "paypal_creditcard_enabled": true,
    "paypal_express_enabled": false,
    "paypal_shipment_enabled": true,
    "support_channels": [],
    "paypal_js": "https://www.paypal.com/sdk/js?client-id=AUwoRlv3iZ3jt3o3hhcft_tZ5g6tvefEpjCf9YNGeH7q8p_WraleitkKfLnWIs8HLpzalgRA5AMT0BYO"
  },
  "phone": "416-123-1234",
	"secure_url": "https://shop.myshoplaza.com",
  "symbol": "€",
  "url": "https://shop.myshoplaza.com",
  "wholesale_enabled": false
}