config(erp-api): 拼多多 DEFAULT 映射 cat_id=16020、cost_template_id=303351846671360
Made-with: Cursor
This commit is contained in:
parent
931eb62022
commit
cce55fd98a
|
|
@ -43,12 +43,12 @@ external:
|
|||
auto-fetch-cat-rule: false
|
||||
# sku-overrides 为空时按类目规则 + spec.id 自动拼规格(与 SKU 条数一致时才继续调 goods.add)
|
||||
auto-resolve-spec-ids-when-sku-overrides-empty: true
|
||||
# categoryCode(请求体)-> 拼多多叶子类目 cat_id;DEFAULT 与 maindata 默认 categoryCode 一致,0 表示未配置须改为真实 ID
|
||||
# categoryCode(请求体)-> 拼多多叶子类目 cat_id(与 maindata default-category-code=DEFAULT 对齐)
|
||||
category-map:
|
||||
DEFAULT: 0
|
||||
# logisticsTemplateCode -> cost_template_id;0 表示未配置须改为店铺运费模板 ID
|
||||
DEFAULT: 16020
|
||||
# logisticsTemplateCode -> 店铺运费模板 cost_template_id(与 maindata default-logistics-template-code=DEFAULT 对齐)
|
||||
cost-template-map:
|
||||
DEFAULT: 0
|
||||
DEFAULT: 303351846671360
|
||||
sku-overrides: []
|
||||
|
||||
# 说明:对外商品接口见 temp/yunxi-erp-open-goods-upsert-api.md;Nacos 对齐见 temp/erp-open-erp-api-nacos-yunxi-reference.md
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ external:
|
|||
auto-fetch-cat-rule: false
|
||||
auto-resolve-spec-ids-when-sku-overrides-empty: true
|
||||
category-map:
|
||||
DEFAULT: 0
|
||||
DEFAULT: 16020
|
||||
cost-template-map:
|
||||
DEFAULT: 0
|
||||
DEFAULT: 303351846671360
|
||||
sku-overrides: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue