https://{TheMangoClient}/api/productDelete
삭제된상품(휴지통)으로 상품이 이동됩니다.
API Limit
| Rate Limit | 3 Request(s) / 1 Second(s) |
|---|---|
| Token Usage | 1 Token(s) / 1 Request |
Request
| Name | Required | Type | Description |
|---|---|---|---|
| productIds | ⭕ | Array | 더망고 상품번호
- 상품번호를 Array 형태로 여러개 입력할 수 있습니다.
- 최대 20개 상품번호를 한번에 입력할 수 있습니다. |
Response
| Name | Type | Description |
|---|---|---|
| data | Object | 응답 데이터 |
| + productIds | Array | 더망고 상품번호 |
API Request Sample
curl --location 'https://{TheMangoClient}/api/productDelete' \
--header 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
"productIds": ["상품번호1","상품번호2"]
}'