v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

상품 일괄 삭제

상품 일괄 삭제하는 API입니다.

delete/V1/front/products

Headers

X-Sauceflex-Authorizestring required

발급받은 Access Token

Request body

Response

200

codestring
timestampinteger
requestIdstring
messagestring

Example response

{
  "code": "SU0000",
  "timestamp": 1734414735295,
  "requestId": "cd0a3154-95e3-4cf6-9a03-1d99a5aba881",
  "message": "성공하였습니다.",
  "response": {
    "successCount": 2,
    "success": [
      {
        "productId": "mobidoo-27ed0cc2e8f34e1c8c3437d0abbfaf46"
      }
    ]
  }
}