v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

상품 일괄 수정

상품 일괄 수정하는 API입니다.

patch/V1/front/products

Headers

X-Sauceflex-Authorizestring required

발급받은 Access Token

Request body

Response

200

codestring

"SU0000" 일시 정상 응답

timestampinteger

타임스탬프

requestIdstring

요청 아이디

messagestring

메세지

Example response

{
  "code": "SU0000",
  "timestamp": 1733799819013,
  "requestId": "a8a75fc3-fcf3-448d-9108-f94f5c4f97bf",
  "message": "성공하였습니다.",
  "response": {
    "successCount": 1,
    "success": [
      {
        "externalProductId": "P000000Q",
        "productId": "mobidoo-9b135b5b24cd42cda670d161930857a3",
        "productName": "상품 샘플 1233333333",
        "regDt": "2024-12-06T07:03:09.832Z"
      }
    ]
  }
}