/v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/approvals2609170000Request for product approval
Summary
Request for product approval
Details
Available buyer market: Korea, Taiwan
A temporarily saved product is displayed on a product page after getting through the stages of Request for approval-> Approval completed.
Caution: A message saying, "Inventory(XXXX) is not at the 'Request for approval' stage." literally means, "The supplier product[XXXX] cannot be approved".
'Request for approval' only works for the product which is 'Temporarily saved'.
When you enter the requested parameter as 'true' on Product creation/modification API, you can automatically get a request for selling approval going..
Path
Example endpoint
https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/seller-products/{sellerProductId}/approvalsURL API Name
Path parameters
| Name | Type | Description |
|---|---|---|
| sellerProductId* | number | Registered product ID ID got as a result of product creation |
Response body
Response message
| Name | Type | Description |
|---|---|---|
| code | string | Resulting code SUCCES/ERROR |
| message | string | Message
|
| data | string | Registered product ID ID of the registered product for which a request for approval is made |
Response Example
{
"code": "SUCCESS",
"message": "A request for approving 1320***567"went out.It an issue if found with the product, it may not be approved.",
"data": "1320***567"
}Error codes
| HTTP | Code | Message |
|---|---|---|
| 400 | HTTP_400 | Bad Request |
Error specification
| HTTP | Type | Error message | Solution |
|---|---|---|---|
| 400 | 400 (Check request variable) | Only the products in the statuses of "Temporarily saved", "Approval completed", "Approval rejected", "Partially approved" can request an approval. | Recheck the status of the registered product which requested an approval to ensure that it is correct. |
| 400 | 400 (Check request variable) | Product information is registered or modified. Please run a query again later. [1320***567] | Send a request for product approval again after at least 10 minutes. |