POST
/v2/providers/seller_api/apis/api/v1/marketplace/seller/auto-generated/opt-in2609170000Activate auto-generated option (total product unit)
# 01
Summary
Activate auto-generated option (total product unit)
# 02
Details
Available buyer market: Korean
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-inURL API Name
UPDATE_SELLER_UP_BUNDLING_OPT_IN
# 03
Response body
Response message
| Name | Type | Description |
|---|---|---|
| code | string | 响应code 例)SUCCESS, PROCESSING, FAILED |
| message | string | 响应消息内容 如果状态未 FAILED, 一般则是报更新失败的消息 例) System exception |
| data | string | 结果 例) success |
Response Example
{
"code": "SUCCESS",
"message": "",
"data": "success"
}# 04
Error codes
| HTTP | Code | Message |
|---|---|---|
| -- | ||