技术文档
方法相同入参 AOP 使用说明
Shopee 刊登业务梳理文档
亚马逊刊登相关业务知识
刊登监控设计方案
亚马逊跟卖设计
Fanno 刊登业务梳理文档
日志收集 方案设计
PIB 刊登方案设计
Temu 刊登方案设计
ShopTokenInfo Aop集成MBC方案
香港定时卡刊登任务方案
push-message 、receive-message 省流方案
OZON 刊登方案设计
Lazada视频上传方案
广州同步店铺框架搭建
Shopify翻版
Amazon交接
TikTok 由global模式切换replicate模式调研
tiktok 折扣活动对接方案
Target 初期调研
本文档使用 MrDoc 发布
-
+
首页
TikTok 由global模式切换replicate模式调研
## 问题1: 验证本次接口 以下为本次tiktok接口切换所有逻辑顺序。 平台技术文档:https://bytedance.sg.larkoffice.com/docx/RWcsdWydkoAL7UxSUnlloVHdgMh #### 7.1 ``` 获取店铺是否拥有新版流程刊登权限 Get Global Listing Rules(/product/202507/global_listing_rules) 返回结果 { "code": 0, "data": { "inventory_rules": [{ "allocation_mode": "MANUAL", "local_warehouse_id": "7496526939554072338" }], "listing_methods": ["GLOBAL_PUBLISHING", "LOCAL_REPLICATION"] }, "message": "Success", "request_id": "20250902025406F7D8C90DE9F6152B910F" } LOCAL_REPLICATION代表有新版刊登权限,平台建议拥有双重权限的店铺使用新流程刊登,防止后续下架权限1时出现数据问题。 ``` #### 7.2 ``` Create Product(/product/202309/products) 现有刊登接口 流程与当前local刊登流程一致,未更新 ps:多属性价格字段,使用中国仓库的 jp和 us卖家必填 sale_price 入参: { "category_id": "600569", "category_version": "v2", "certifications": [{ "files": [], "id": "8657871150357472516", "images": [] }, { "files": [], "id": "8647636475739801353", "images": [] }], "description": "<p>Style: Basic Volkswagen</p>", "is_cod_allowed": false, "is_not_for_sale": false, "main_images": [{ "uri": "tos-maliva-i-o3syd03w52-us/353b9968332647f5b8f59fc10800c430" }, { "uri": "tos-maliva-i-o3syd03w52-us/79578e47f9b64293828c743ce4d029c7" }, { "uri": "tos-maliva-i-o3syd03w52-us/0bbdb9bafb884cf796e953ad8c6c76d5" }], "package_dimensions": { "height": "10", "length": "20", "unit": "CENTIMETER", "width": "20" }, "package_weight": { "unit": "KILOGRAM", "value": "0.5" }, "skus": [{ "identifier_code": { "type": "GTIN" }, "price": { "amount": "999.00", "sale_price": "998.00", "currency": "USD" }, "inventory": [{ "quantity": 20, "warehouse_id": "7496526939554072338" }], "seller_sku": "2025-09-02-test-one" }], "title": "2024 Summer Men's Casual All-Match English 3D Printed" } 返回值: { "code": 0, "data": { "skus": [{ "seller_sku": "2025-09-02-test-one", "id": "1731735295603479309", "sales_attributes": [] }], "product_id": "1731735282138125069", "warnings": [{ "message": "Tax infomation missing. Product not submitted for review. Please complete the required tasks." }] }, "message": "Success", "request_id": "2025090807254782956BFB6995C2001862" } ``` #### 7.3 ``` Check Product Listing (目前无该逻辑,需确认是否添加,该逻辑的目的是根据入参 获取是否符合平台规则) 入参和刊登入参一致, 反参: { "code": 0, "data": { "check_result": "PASS", "diagnoses": [] }, "message": "Success", "request_id": "202509080742297884028885F9E4006261" } ``` #### 7.4 ``` Replicate Product [新接口] 新的复制到另一站点接口, 测试下来,入参时的令牌应该为原店铺令牌 入参: { "replicate_target": [{ "region": "MX", "skus": [{ "source_sku_id": "1731735295603479309", "price": { "currency": "MXN", "sale_price": "996" }, "inventory": [{ "warehouse_id": "7496526939554187026", "quantity": 20 }] }] }] } 反参: { "code": 0, "data": {}, "message": "Success", "request_id": "20250908075600904DA71382F28F008BE3" } 7.41 实际是否创建成功 需要监听平台的webhook(Global replication status change) 内网暂时监听不到(webhook编号 51 ) (附加问题,商家旧动线商品升级为新动线(新动线商品需走新逻辑编辑库存),平台会通过新的webhook(Global Listing Method Change 52)提示,是否要添加该逻辑) ``` #### 7.5 ``` Get product (获取商品信息 和 草稿信息, 暂未找到该接口的适用场景。可在7.6之后,反调该接口添加 return_draft_version 字段 = true 来进行获取草稿信息 用于全量编辑) (对于草稿状态 和 activoe状态的商品 可使用上述传参获得草稿信息, 其余状态会报错) { "code": 12052901, "message": "product status invalid", "request_id": "202509090705302412255AF3578C01E522" } ``` #### 7.6 ``` Get Global Replicated Products [新接口] 通过 product_id 获取该pid下所有复制的商品结果。可用来展示逻辑 入参:product_id :1731735282138125069 反参: { "code": 0, "data": { "replicated_products": [{ "shop_id": "8650645947754514189", "product_id": "1732441083423590157", "product_status": "ACTIVATE", "region": "MX" }] }, "message": "Success", "request_id": "20250908083619F0F9EF2FECCE2E00E81E" } ``` #### 7.7 ``` Edit Product 可通过 replicated_products 字段编辑其余站点复制数据。进行一站式管理 添加了 replicated_products 进行修改测试 ,有sku商品 传了region后 必传skus信息,其中根据sku匹配,无需传skuid(如果传要传对应站点的skuid) 上述发现,并未修改mx信息,即mx数据未变更,us变更。 优化后二次入参 填写了skuid 并且把仓库id填写正确后 mx编辑成功 数据变更 入参: /product/202309/products/1731735282138125069 { "replicated_products": [{ "region": "MX", "skus": [{ "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "price": { "currency": "MXN", "sale_price": "997.00" }, "seller_sku": "2025-09-02-test-one" }] }], "category_id": "600569", "category_version": "v2", "description": "<p>Style: Basic VolkswageN A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-maliva-i-o3syd03w52-us/353b9968332647f5b8f59fc10800c430" }, { "uri": "tos-maliva-i-o3syd03w52-us/79578e47f9b64293828c743ce4d029c7" }, { "uri": "tos-maliva-i-o3syd03w52-us/0bbdb9bafb884cf796e953ad8c6c76d5" }], "package_dimensions": { "height": "20", "length": "26", "unit": "CENTIMETER", "width": "8" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731735295603479309", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "2025-09-02-test-one" }], "title": "2024 Summer Men's Casual All-Match English 3D Printed A" } 反参: { "code": 0, "data": { "skus": [{ "seller_sku": "2025-09-02-test-one", "id": "1731735295603479309", "sales_attributes": [] }], "audit": { "status": "AUDITING" }, "product_id": "1731735282138125069", "warnings": [] }, "message": "Success", "request_id": "2025090908162470F4FD85BDA27A00219A" } 二次入参: { "replicated_products": [{ "region": "MX", "skus": [{ "id": "1732441128182515469", "inventory": [{ "quantity": 25, "warehouse_id": "7496526939554187026" }], "price": { "currency": "MXN", "sale_price": "997.00" }, "seller_sku": "2025-09-02-test-one" }] }], "category_id": "600569", "category_version": "v2", "description": "<p>Style: Basic VolkswageN A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-maliva-i-o3syd03w52-us/353b9968332647f5b8f59fc10800c430" }, { "uri": "tos-maliva-i-o3syd03w52-us/79578e47f9b64293828c743ce4d029c7" }, { "uri": "tos-maliva-i-o3syd03w52-us/0bbdb9bafb884cf796e953ad8c6c76d5" }], "package_dimensions": { "height": "20", "length": "26", "unit": "CENTIMETER", "width": "8" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731735295603479309", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "2025-09-02-test-one" }], "title": "2024 Summer Men's Casual All-Match English 3D Printed A" } 二次反参: { "code": 0, "data": { "skus": [{ "seller_sku": "2025-09-02-test-one", "id": "1731735295603479309", "sales_attributes": [] }], "audit": { "status": "AUDITING" }, "product_id": "1731735282138125069", "warnings": [] }, "message": "Success", "request_id": "202509090830227780297D5BAAD200435C" } ``` ## 问题2: 确认跨境店铺是否还存在调用Path: /api/seller/manage_global_product/check判断是否支持全球商品的逻辑 ``` Path: /api/seller/manage_global_product/check 接口变更为:Get Seller Permissions Path: /seller/202309/permissions 本次更新未涉及该接口,理解是支持继续调用 ``` ## 问题3:验证本土刊登可编辑字段是否同跨境在线可编辑字段一致(件重尺、销售属性等能否编辑) ``` 验证本土刊登可编辑字段是否同跨境在线可编辑字段一致(件重尺、销售属性等能否编辑) 接口文档全部支持。 具体见 7.7 ``` ## 问题4: 创建商品是否支持创建无销售属性单品 ``` 创建商品是否支持创建无销售属性单品 支持 入参参考 7.3 ``` ## 问题5:验证草稿状态的在线商品是否能拉取到,是否支持全量编辑 ``` Get Product 接口 可以拉取, 支持全量编辑(编辑完失去草稿状态 进入审核) 入参:1731599192911549197 反参: { "code": 0, "data": { "has_draft": true, "is_pre_owned": false, "skus": [{ "global_listing_policy": { "price_sync": false, "inventory_type": "EXCLUSIVE" }, "price": { "tax_exclusive_price": "0", "currency": "USD", "sale_price": "15" }, "seller_sku": "blue-123", "status_info": { "status": "NORMAL" }, "id": "1731604330417656589", "inventory": [{ "quantity": 200, "warehouse_id": "7496526939554072338" }], "sales_attributes": [{ "name": "Color", "id": "100000", "value_id": "7535402904069441294", "value_name": "blue" }] }], "create_time": 1754900805, "subscribe_info": { "subscribe_status": "NOT_ENABLED", "support_subscribe": false, "subscribe_promotion_config": [{ "discount_level": "REGULAR", "discount_options": [5, 10, 15, 20] }, { "min_discount": 5, "discount_level": "FIRST_ORDER", "max_discount": 90 }] }, "manufacturer_ids": [], "description": "<h2>🚗 Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks</h2><p>✨ <strong>Ideal for Car Waxing:</strong> This blue microfiber cleaning towel is specifically designed for car waxing tasks. It ensures a thorough and effective clean, making it a essential tool for car enthusiasts. The towel's material is tailored to handle the demands of waxing, leaving your vehicle looking pristine.</p><ul><li><strong>Microfiber Material:</strong> Crafted from microfiber, this towel offers superior cleaning power. Its ability to pick up dirt and wax residue efficiently makes it a favorite among car waxing professionals. </li></ul><ul><li><strong>Versatile Use:</strong> Perfect for drying and polishing, this towel complements any car care routine. Its compact size allows for easy handling during waxing sessions. Keep your car looking its best with this reliable cleaning towel.</li></ul>", "product_status": "DRAFT", "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks", "is_cod_allowed": false, "main_images": [{ "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1478, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b", "height": 1316 }, { "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1500, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd", "height": 1500 }, { "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1450, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d", "height": 1474 }, { "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1500, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379", "height": 1463 }, { "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1413, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c", "height": 1486 }, { "urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "width": 1500, "thumb_urls": ["https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d", "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76~tplv-fhlh96nyum-resize-jpeg:300:300.jpeg?dr=12186&from=520841845&idc=useast5&ps=933b5bde&shcp=2c1af732&shp=1f0b6a75&t=555f072d"], "uri": "tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76", "height": 1500 }], "category_chains": [{ "parent_id": "0", "id": "600001", "is_leaf": false, "local_name": "Home Supplies" }, { "parent_id": "600001", "id": "852232", "is_leaf": false, "local_name": "Home Care Supplies" }, { "parent_id": "852232", "id": "600409", "is_leaf": true, "local_name": "Cleaning Cloths" }], "package_dimensions": { "unit": "CENTIMETER", "length": "14", "width": "11", "height": "10" }, "is_not_for_sale": false, "update_time": 1754982705, "global_product_association": { "sku_mappings": [{ "local_sku_id": "1731604330417656589", "global_sku_id": "1731604300416520973", "sales_attribute_mappings": [{ "global_value_id": "0", "local_value_id": "7535402904069441294", "global_attribute_id": "0" }] }], "global_product_id": "1731599192642523917" }, "responsible_person_ids": [], "audit": { "pre_approved_reasons": [], "status": "NONE" }, "package_weight": { "unit": "KILOGRAM", "value": "0.25" }, "shipping_insurance_requirement": "NOT_SUPPORTED", "id": "1731599192911549197", "is_replicated": true, "recommended_categories": [], "status": "DRAFT" }, "message": "Success", "request_id": "2025090909064570981FDD2E51B80032F4" } 编辑入参: { "category_id": "600409", "category_version": "v2", "description": "<p>Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks</h2><p>✨ <strong>Ideal for Car Waxing:</strong> This blue microfiber cleaning towel is specifically designed for car waxing tasks. It ensures a thorough and effective clean, making it a essential tool for car enthusiasts. The towel's material is tailored to handle the demands of waxing, leaving your vehicle looking pristine.</p><ul><li><strong>Microfiber Material:</strong> Crafted from microfiber, this towel offers superior cleaning power. Its ability to pick up dirt and wax residue efficiently makes it a favorite among car waxing professionals. </li></ul><ul><li><strong>Versatile Use:</strong> Perfect for drying and polishing, this towel complements any car care routine. Its compact size allows for easy handling during waxing sessions. Keep your car looking its best with this reliable cleaning towel. A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76" }], "package_dimensions": { "height": "21", "length": "25", "unit": "CENTIMETER", "width": "9" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731604330417656589", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "sales_attributes": [{ "name": "Color", "id": "100000", "value_id": "7535402904069441294", "value_name": "blue" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "blue-1234" }], "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks A" } 编辑反参: { "code": 0, "data": { "skus": [{ "seller_sku": "blue-1234", "id": "1731604330417656589", "sales_attributes": [{ "id": "100000", "value_id": "7535402904069441294" }] }], "audit": { "status": "AUDITING" }, "product_id": "1731599192911549197", "warnings": [] }, "message": "Success", "request_id": "202509090912275DD5B99E8C80B700474F" } ``` ## 问题6 验证部分编辑商品信息接口 ``` 通过 入参: { "category_id": "600409", "category_version": "v2", "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks B" } 反参: { "code": 0, "data": { "skus": [], "audit": { "status": "APPROVED" }, "product_id": "1731599192911549197" }, "message": "Success", "request_id": "202509090918315B39CA231FFB58006935" } ``` ## 问题7: 验证本土和跨境的在线商品能否增删改销售属性和销售属性值。 ``` 如单品变为多品,“color”改为“color123”,1个销售属性color增加一个销售属性size 如“red”改为“blue”,或删除“red”、增加“yellow” 该逻辑论证过于复杂,仅做简单验证 blue改red 平台返回成功,实际无效(但是可能和我入参有关系, 入参: { "category_id": "600409", "category_version": "v2", "description": "<p>Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks</h2><p>✨ <strong>Ideal for Car Waxing:</strong> This blue microfiber cleaning towel is specifically designed for car waxing tasks. It ensures a thorough and effective clean, making it a essential tool for car enthusiasts. The towel's material is tailored to handle the demands of waxing, leaving your vehicle looking pristine.</p><ul><li><strong>Microfiber Material:</strong> Crafted from microfiber, this towel offers superior cleaning power. Its ability to pick up dirt and wax residue efficiently makes it a favorite among car waxing professionals. </li></ul><ul><li><strong>Versatile Use:</strong> Perfect for drying and polishing, this towel complements any car care routine. Its compact size allows for easy handling during waxing sessions. Keep your car looking its best with this reliable cleaning towel. A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76" }], "package_dimensions": { "height": "21", "length": "25", "unit": "CENTIMETER", "width": "9" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731604330417656589", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "sales_attributes": [{ "name": "Color", "id": "100000", "value_id": "7535402904069441294", "value_name": "red" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "blue-1234" }], "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks A" } 反参: { "code": 0, "data": { "skus": [{ "seller_sku": "blue-1234", "id": "1731604330417656589", "sales_attributes": [{ "id": "100000", "value_id": "7535402904069441294" }] }], "audit": { "status": "AUDITING" }, "product_id": "1731599192911549197", "warnings": [] }, "message": "Success", "request_id": "20250909092504677B8BF60D9D47005E59" } 添加销售属性成功,商品变为双销售属性,但是颜色依旧被无视,论证为传参问题 二次入参: { "category_id": "600409", "category_version": "v2", "description": "<p>Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks</h2><p>✨ <strong>Ideal for Car Waxing:</strong> This blue microfiber cleaning towel is specifically designed for car waxing tasks. It ensures a thorough and effective clean, making it a essential tool for car enthusiasts. The towel's material is tailored to handle the demands of waxing, leaving your vehicle looking pristine.</p><ul><li><strong>Microfiber Material:</strong> Crafted from microfiber, this towel offers superior cleaning power. Its ability to pick up dirt and wax residue efficiently makes it a favorite among car waxing professionals. </li></ul><ul><li><strong>Versatile Use:</strong> Perfect for drying and polishing, this towel complements any car care routine. Its compact size allows for easy handling during waxing sessions. Keep your car looking its best with this reliable cleaning towel. A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76" }], "package_dimensions": { "height": "21", "length": "25", "unit": "CENTIMETER", "width": "9" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731604330417656589", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "sales_attributes": [{ "name": "Color", "id": "100000", "value_id": "7535402904069441294", "value_name": "red" }, { "name": "Material", "id": "100701", "value_id": "1000044", "value_name": "Silk" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "blue-1234" }], "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks A" } 二次反参: { "code": 0, "data": { "skus": [{ "seller_sku": "blue-1234", "id": "1731604330417656589", "sales_attributes": [{ "id": "100000", "value_id": "7535402904069441294" }, { "id": "100701", "value_id": "1000044" }] }], "audit": { "status": "AUDITING" }, "product_id": "1731599192911549197", "warnings": [] }, "message": "Success", "request_id": "2025090909311961FE3378A2E681007622" } 确认,销售属性可以从原始销售属性(blue)改为其余销售属性(ct100), >>>>>>>>>>>> 但是 !注意! <<<<<<<<<<<<<< `销售属性修改的重点是 value_id,而不是value_name。` 上面第一次调用时仅修改 value_name = red 平台返回成功,实际销售属性未修改到平台后台,依旧是 blue. 同理下面第三次调用修改时 value_name = red , value_id = 7104849856019154693(此id并不代表red,代表ct100)平台返回成功,后台实际展示为 ct100。 即从blue修改为ct100 三次入参: { "category_id": "600409", "category_version": "v2", "description": "<p>Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks</h2><p>✨ <strong>Ideal for Car Waxing:</strong> This blue microfiber cleaning towel is specifically designed for car waxing tasks. It ensures a thorough and effective clean, making it a essential tool for car enthusiasts. The towel's material is tailored to handle the demands of waxing, leaving your vehicle looking pristine.</p><ul><li><strong>Microfiber Material:</strong> Crafted from microfiber, this towel offers superior cleaning power. Its ability to pick up dirt and wax residue efficiently makes it a favorite among car waxing professionals. </li></ul><ul><li><strong>Versatile Use:</strong> Perfect for drying and polishing, this towel complements any car care routine. Its compact size allows for easy handling during waxing sessions. Keep your car looking its best with this reliable cleaning towel. A</p>", "is_cod_allowed": false, "main_images": [{ "uri": "tos-useast5-i-omjb5zjo8w-tx/40915e97f008464d93ca068e4568ea6b" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/c2bd48360af74977bccdb40ac85a3bcd" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/9e3b35093e0942fd91894c1416c2c98d" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/f906726d85754d72bdb46bc256a90379" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/6e99e394f6474b7c913c13fb895fb77c" }, { "uri": "tos-useast5-i-omjb5zjo8w-tx/b597c02df46e422fbf4da45640dd0a76" }], "package_dimensions": { "height": "21", "length": "25", "unit": "CENTIMETER", "width": "9" }, "package_weight": { "unit": "KILOGRAM", "value": "0.956" }, "skus": [{ "id": "1731604330417656589", "inventory": [{ "quantity": 23, "warehouse_id": "7496526939554072338" }], "sales_attributes": [{ "name": "Color", "id": "100000", "value_id": "7104849856019154693", "value_name": "red" }, { "name": "Material", "id": "100701", "value_id": "1000044", "value_name": "Silk" }], "price": { "amount": "998.00", "currency": "USD", "sale_price": "997.00" }, "seller_sku": "blue-1234" }], "title": "Car Waxing Cloth - Blue Microfiber Cleaning Towel for Car Waxing Tasks A" } 三次反参: { "code": 200, "currentTimestamp": 1757410649812, "data": { "code": 0, "data": { "skus": [{ "seller_sku": "blue-1234", "id": "1731604330417656589", "sales_attributes": [{ "id": "100000", "value_id": "7104849856019154693" }, { "id": "100701", "value_id": "1000044" }] }], "audit": { "status": "AUDITING" }, "product_id": "1731599192911549197", "warnings": [] }, "message": "Success", "request_id": "202509090937276088CB88155C4E008C0D" }, "header": { "date": "Tue, 09 Sep 2025 09:37:29 GMT", "server": "nginx", "x-cache-remote": "TCP_MISS from a23-3-12-74.deploy.akamaitechnologies.com (AkamaiGHost/22.2.3-889b1cd919645cc1f89ca3d96ade65e0) (-)", "x-tt-oec-real-idc": "useast5", "expires": "Tue, 09 Sep 2025 09:37:29 GMT", "vary": "Accept-Encoding", "x-akamai-request-id": "c7b59bab.2a5041a", "bypass-origin": "open-api.tiktokglobalshop.us", "pragma": "no-cache", "x-tt-trace-host": "01d118359ed7fd9e04ca4b4eaaa84154b05467eee7cb21b553fb7b981225caa68cf781c3c3996e2adf5d687a58277e87cf2f149d29282f7dfaf676423b180e26816958fc3408f056c51e11eba456c596034122fe986f5350327bc220b08609ac61f9fe4f9a8bdab1b1cf129b49400c35d0", "x-tt-trace-id": "00-2509090937276088CB88155C4E008C0D-0750939710DA81D6-00", "tt_stable": "1", "x-origin-response-time": "1600,23.3.12.74", "x-tt-logid": "202509090937276088CB88155C4E008C0D", "content-type": "application/json; charset=utf-8", "x-parent-response-time": "1753,23.58.158.49", "server-timing": "inner; dur=1590", "x-cache": "TCP_MISS from a23-58-158-49.deploy.akamaitechnologies.com (AkamaiGHost/22.2.3-889b1cd919645cc1f89ca3d96ade65e0) (-)", "x-tt-trace-tag": "id=16;cdn-cache=miss;type=dyn", "cache-control": "max-age=0, no-cache, no-store" }, "httpCode": 200, "message": "成功", "success": true } ```
fansongjie
2025年9月9日 18:12
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码