external_user_sn:用户唯一标识,必填source:来源平台(我方提供),必填timestamp:当前时间戳(秒),必填invite_link_code:邀请码,必填extra:扩展,非必填(会回传铺货接口)https://www.westmonth.com/products/collect?source=erp&invite_link_code=ae0c8ef832da0d8ce5bf8837&external_user_sn=10001×tamp=1775528315&extra=ce5bf88external_user_sn 需保证在甲方 ERP 体系内唯一。 curl -X POST "https://xxx.example.com/goods/sync" \
-H "Content-Type: application/json" \
-H "Authorization: ${authorization}" \
-d '{
"product_id": "100001",
"external_user_sn": "U202404290001"
"extra": "ce5bf88"
}'{
"code": 0,
"msg": "",
"data": {
}