/v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/original-prices/{originalPrice}2609170000Change the base price for discount rate at an item level
Summary
Change the base price for discount rate at an item level
Details
Available buyer market: Korea, Taiwan
The base price for discount rate at an item level is changed. You can use this feature once you have an Option ID(vendoritemId) issued upon approval of 'request for sale'.
Path
Example endpoint
https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/3010120800/original-prices/100000URL API Name
Path parameters
| Name | Type | Description |
|---|---|---|
| vendorItemId* | number | Option ID A unique number assigned to a vendor item. |
| originalPrice* | number | Base price for discount rate You can enter at ten won- level starting from 0. (1 won -level cannot be entered) |
Response body
Response message
| Name | Type | Description |
|---|---|---|
| code | string | Result code SUCCESS/ERROR |
| message | string | Result message
|
Response Example
{
"code": "SUCCESS",
"message": "할인율 기준가격이 변경되었습니다.",
"data": null
}Error codes
| HTTP | Code | Message |
|---|---|---|
| 400 | HTTP_400 | Bad Request |
Error specification
| HTTP | Type | Error message | Solution |
|---|---|---|---|
| 400 | 400 (Check the requested variable) | original price change failed. [OptionID[5056***141] : Deleted product cannot be changed.] | Deletion of option ID (vendorItemId) is checked. |
| 400 | 400 (Check the requested variable) | original price change failed. [OptionID[5246***945]: Price can be entered at 10 won-level.(1 won -level(a single-digit level) cannot be entered)] | The base price for discount rate can be checked for its correctness(originalPrice). It can be entered at the minimum 10 won-level.(1 won-level cannot be entered) |
| 400 | 400 (Check the requested variable) | Invalid vendorItemId. | Option ID(vendorItemId) can be checked for preciseness. |