Update Product QuantityAsk AIput https://open.shopline.io/v1/products/{id}/update_quantityTo update product's quantity with open API透過open API 更新主商品數量Path ParamsidstringrequiredProduct ID欲更新資訊的商品IDBody ParamsquantitynumberrequiredThis value should be between -9999999 and 9999999. 數值必須在 -9999999 和 9999999 之間。replacebooleanDefaults to trueWhether replacing the original quantity是否取代原本數量 - true: replace the product's quantity with the number you provided取代原本數量 false: increase/decrease the quantity with the number you provided增加/減少數量"truefalseResponses 200OK 403Forbidden request 404Not found error 422Unprocessable entity error 500Server errorUpdated 2 months ago