This is an API that allows you to activate the auto-generation option for all products. If you activate the auto-generation option, options that meet the conditions among the products registered by the seller will be automatically created.
Path
POST
/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-in
Example Endpoint
https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-in
Request Parameters
Request Example
not require body
Response Message
Name | Type | Description | ||||
---|---|---|---|---|---|---|
code | String |
Result code
example) SUCCESS, PROCESSING, FAILED
|
||||
message | String |
result message
If status is FAILED, message would be the root cause of failed update request
example) System exception
|
||||
data | String |
result
example) success
|
Response Example
{
"code": "SUCCESS",
"message": "",
"data": "success"
}
Error Spec
URL API Name
UPDATE_SELLER_UP_BUNDLING_OPT_IN