latestOpenAPI 3.0.02026-07-26318168886.7 KB
1675ac12cde7
Gifts
Bulk Update Quantity by SKU
Update all gifts quantity by input SKU<br>更新所有相同商品貨號的贈品庫存數量
put/gifts/update_quantity
Request body
Example request
{
"sku": "gift_a",
"quantity": 8,
"replace": true
}Response
OK