创建店铺
申请Collection
类型的VA之前,必须先 创建店铺 (opens new window),获得shop_id
,然后才能进行申请。
- 具体字段请参考:店铺模板 (opens new window)。
- 店铺的审核结果,系统将会通过异步通知 (opens new window)给商户。
- 当店铺被拒绝时,需要重新使用编辑店铺 (opens new window)接口,进行店铺材料的变更。
- 为加快联调进度,可以使用模拟操作对沙箱的店铺状态进行修改。
# 字段说明
字段名称 | 说明 | 最大长度 | 示例 |
---|---|---|---|
platform | 平台名称 | 32 | Lazada |
shop_name | 店铺名称 | 64 | shopName |
site | 国家二字码 | 8 | VN |
currency | 币种 | 8 | VND |
shop_link | 店铺链接 | 128 | https://test.lazada.com |
selling_goods | 销售商品 | 256 | 电子产品 |
acquirer | 支付服务商 | 16 | Adyen |
api_key | 平台开发者账号 | 64 | test@foxmail.com |
api_secret | 平台开发者密钥 | 64 | 7sg68455-ca73-4d53-970e-fd191f9708d3 |
shop_owner | 店铺持有人名称 | 128 | ZHANG SAN |
legal_no | 店铺持有人证件号 | 128 | 020079020068 |
store_id | 平台店铺ID | 32 | 100618197056 |
sales_category | 销售类目 | enum | TOYS_BABY |
application_type | 应用类型 | enum | Music |
# 请求示例
{
"platform": "Lazada",
"shop_name": "test",
"site": "PH",
"currency": "PHP",
"shop_link":"https://business.pyvio.com/",
"selling_goods":"商品",
"acquirer":"PayPal",
"api_key":"test@foxmail.com",
"api_secret":"A4449143cbca6",
"legal_no": "legal no",
"shop_owner": "shop owner",
"store_id": "store id",
"sales_category": "TOYS_BABY"
}