Update Product PriceAsk AIput https://open.shopline.io/v1/products/{productId}/update_priceTo update product's price with open API透過open API 更新商品價格Path ParamsproductIdstringrequiredProduct's ID商品IDBody ParamsThe request body should contain at least one of price, price_sale, cost, member_price, retail_price or product_price_tierspricenumberPrice (Note: Cannot be set to null. Product with a price of 0 cannot be sold.) 原價格 (備註:不能設定為null。價格為0的商品不能被售出)price_salenumberPrice on sale (Note: Cannot be set to null. Product with a price_sale of 0 will be sold at its original price.) 特價 (備註:不能設定為null。特價為0的商品會以原價售出)costnumberCost (Note: Cannot be set to null) 成本 (備註:不能設定為null)member_pricenumberMember Price會員價retail_pricenumberRetail Price零售價product_price_tiersobjectMembership tier's ID會員等級IDproduct_price_tiers objectResponses 200OK 400Bad request 404Product not found error 422Unprocessable entity error 500Server errorUpdated 2 months ago