商店

商店属性

属性名
说明
必返回
类型
限制

name

店铺名

[string]

email

管理员邮箱

[string]

logo

店铺logo

[array]

timezone

时区

[string]

currency

币种

[string]

国际标准货币代码

domain

主域名

[string]

customer_email

客服邮箱

[string]

current_theme_language

当前主题语言

[string]

static_cdn_host

CDN地址

[string]

shipping_insurance_enable

运费险是否开启

[boolean]

shipping_insurance_rate

运费险费率

[number]

id

店铺ID

[string]

获取商店属性

GET /openapi/2025-04/shop

{
    "email": "[email protected]",
    "logo": {
        "ID": 186432,
        "url": "https://s3.us-east-2.amazonaws.com/image/9c74265edbe99cfe8315c4c563c4f55e305036c61d91f1524be97e4ad291f21f.jpeg",
        "thumbnail": "https://s3.us-east-2.amazonaws.com/image/9c74265edbe99cfe8315c4c563c4f55e305036c61d91f1524be97e4ad291f21f.jpeg",
        "media_content_type": "image",
        "alt": null,
        "width": null,
        "height": null,
        "aspect_ratio": null,
        "slug": "9c74265edbe99cfe8315c4c563c4f55e305036c61d91f1524be97e4ad291f21fjpeg",
        "file_id": 7
    },
    "name": "shopName",
    "customer_email": "[email protected]",
    "disputes_status_order_confirm": null,
    "disputes_status_order_delivery": null,
    "timezone": "Australia/Perth",
    "currency": "EUR",
    "domain": "https://shop.com",
    "current_theme_language": "English",
    "static_cdn_host": "https://static.cdn.com",
    "shipping_insurance_enable": true,
    "shipping_insurance_rate": 0.02,
    "id": "10"
}

Last updated