When modifying a product registered in Coupang thorugh the API,
1. First, search for products registered in Coupang using the product inquiry API (GET)
2. After changing only the value of the part you want to edit in the entire text of the JSON format you viewed,
3. You must request modification of the entire JSON for it to be reflected properly.
When modifying a product, if some of the registered product options are excluded, the error message you requested will be displayed.
If you exclude the attributeTypeName and attributeValueName entered as shown below when editing a product, an error will occur, so please make sure to include them and try editing again.
{
"attributeTypeName": "개당 중량",
"attributeValueName": "1kg",
"exposed": "EXPOSED",
"editable": true
},
{
"attributeTypeName": "기타",
"attributeValueName": "단일옵션",
"exposed": "EXPOSED",
"editable": true
},