coupang
PUT/v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/sales/resume

Resume sales of each item of a product

# 01

Summary

Available buyer market: Korea, Taiwan Change the sale status of each item of a product to 'up for sale'. This feature can be used when optionID(vendorItemId) is issue after sale request is approved.

# 02

Details

Available buyer market: Korea, Taiwan
Change the sale status of each item of a product to 'up for sale'. This feature can be used when optionID(vendorItemId) is issue after sale request is approved.

Path

PUT

/v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/sales/resume

Example Endpoint

https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/vendor-items/{vendorItemId}/sales/resume

Request Parameters

Path Segment Parameter

Name Type Description
vendorItemId* Number
OptionID
It is a unique number given to a vendor item.

Request Example

not require body

Response Message

Name Type Description
code Result code
SUCCESS/ERROR
message String
Result message

Response Example

{
  "code": "SUCCESS",
  "message": "Sales resumed."
}

Error Spec

HTTP status code (Error type) Error message Solution
400 (Check request parameter) Failed to resume sales. [OptionID[70227***178] : You cannot change the status of deleted product.] Check if optionID(vendorItemId)is deleted.
400 (Check request parameter) Failed to resume sales. [Coupang monitored the product and the sale of OptionID(55895***47)is suspended. The sale of the product has been suspended via monitoring. Please contact Coupang Seller Call Center or use online inquiry.
400 (Check request parameter) Failed to resume sales. [vendoritemid *** not found] Check if correct optionID(vendorItemId) is entered. 

URL API Name

RESUME_PRODUCT_SALES_BY_ITEM