coupang
POST/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-out2609170000

Disable auto-generated option (total product unit)

# 01

Summary

Disable auto-generated option (total product unit)

# 02

Details

Available buyer market: Korean

This is an API that allows you to disable the auto-generation option for all products. If the seller requests to disable the auto-generation option for an existing registered product, the option will no longer be automatically created. If you no longer want to sell an option that has already been automatically created, you can disable it.

Path

POST/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-out

Example endpoint

https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-out

URL API Name

UPDATE_SELLER_UP_BUNDLING_OPT_OUT
# 03

Response body

Response message

NameTypeDescription
codestring
Result code
example) SUCCESS, PROCESSING, FAILED
messagestring
Result message
if status is FAILED, message would be the root cause of failed update request
example) System exception
datastring
result
example) success

Response Example

{
  "code": "SUCCESS",
  "message": "",
  "data": "success"
}
# 04

Error codes

HTTPCodeMessage
--