Products
Update Quantity by SKU
Update all products or product variations quantity by input SKU<br>更新所有相同商品貨號的商品或商品規格庫存數量
put/products/update_quantity
Request body
Example request
{
"sku": "sku_123345",
"quantity": 87,
"replace": true
}Response
OK