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
Changes
No recorded changes to this endpoint across all 1 revision of this API.