跳到主要内容

shop

关于店铺的信息,例如店铺地址、商品总数以及各种设置。

PropertiesTypeDescription
addressstring店铺的地址。
cdn_domainstringCDN URL。
contactEmailstring店铺的服务邮箱。
currencystring店铺的货币。
currency_codestringcurrency 相同。
currency_symbolstring店铺的货币符号。
default_imgstring默认占位图片。
descriptionstring店铺的描述。
domainstring店铺的主域名。
emailstring店铺的发件人邮箱。
enabled_payment_typesan array of string店铺支持的支付类型。
enabled_payment_resourcesan array of string店铺支持的支付资源。
faviconstring店铺的 favicon URL。
finance_symbolstringcurrency_symbol 相同。
idnumber店铺的 ID。
localestring店铺中已发布的 locales(语言)。
logostring店铺的 logo URL。
mixed_wholesaleboolean若混合批发模式已启用,则返回 true;否则返回 false
namestring店铺的名称。
password_messagestring店铺的密码页面信息。
payment_settings店铺的支付设置。
phonestring店铺的电话号码。
secure_urlstring店铺的完整 URL,使用 https 协议。
symbolstring店铺的货币符号。 If its value is nil, returns a nil.
urlstring店铺的完整 URL。
wholesale_enabledboolean若批发模式已启用,则返回 true;否则返回 false
{
"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
}