shop
关于店铺的信息,例如店铺地址、商品总数以及各种设置。
| Properties | Type | Description |
|---|---|---|
address | string | 店铺的地址。 |
cdn_domain | string | CDN URL。 |
contactEmail | string | 店铺的服务邮箱。 |
currency | string | 店铺的货币。 |
currency_code | string | 与 currency 相同。 |
currency_symbol | string | 店铺的货币符号。 |
default_img | string | 默认占位图片。 |
description | string | 店铺的描述。 |
domain | string | 店铺的主域名。 |
email | string | 店铺的发件人邮箱。 |
enabled_payment_types | an array of string | 店铺支持的支付类型。 |
enabled_payment_resources | an array of string | 店铺支持的支付资源。 |
favicon | string | 店铺的 favicon URL。 |
finance_symbol | string | 与 currency_symbol 相同。 |
id | number | 店铺的 ID。 |
locale | string | 店铺中已发布的 locales(语言)。 |
logo | string | 店铺的 logo URL。 |
mixed_wholesale | boolean | 若混合批发模式已启用,则返回 true;否则返回 false。 |
name | string | 店铺的名称。 |
password_message | string | 店铺的密码页面信息。 |
payment_settings | 店铺的支付设置。 | |
phone | string | 店铺的电话号码。 |
secure_url | string | 店铺的完整 URL,使用 https 协议。 |
symbol | string | 店铺的货币符号。 If its value is nil, returns a nil. |
url | string | 店铺的完整 URL。 |
wholesale_enabled | boolean | 若批发模式已启用,则返回 true;否则返回 false。 |
{
"address": "China",
"cdn_domain": "//static.shoplazza.com/",
"currency": "EUR",
"currency_code": "EUR",
"currency_symbol": "€",
"description": "",
"default_img": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABlBMVEXx8fH///8wmV1OAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQImWNgAAAAAgAB9HFkpgAAAABJRU5ErkJggg==",
"domain": "shop.myshoplaza.com",
"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
}