sayren Docs
Me

Create claim

POST
/storefront/v1/me/order-items/{orderItemId}/claims
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

orderItemId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

type*string

Value in

  • "CANCEL"
  • "RETURN"
  • "EXCHANGE"
reason*string

Value in

  • "CHANGE_OF_MIND"
  • "WRONG_ORDER"
  • "DEFECTIVE"
  • "WRONG_DELIVERY"
  • "DIFFERENT_FROM_PAGE"
  • "DELAY"
reasonDetail?string
Lengthlength <= 1000
evidenceImages?array<>
Itemsitems <= 5
exchangeOptionId?string

Response Body

curl -X POST "https://example.com/storefront/v1/me/order-items/string/claims" \  -H "Content-Type: application/json" \  -d '{    "type": "CANCEL",    "reason": "CHANGE_OF_MIND"  }'
Empty