Skip to main content
PUT
Update case

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Case ID

Body

application/json
action
enum<string>
required
Available options:
escalate

Response

Updated case

id
string<cuid2>
required
workflowId
string
required
purchaseId
string
required
reason
enum<string>
required
Available options:
SNAD,
DAMAGED,
WRONG_ITEM,
NOT_RECEIVED,
OTHER,
CHARGEBACK
status
enum<string>
required
Available options:
OPEN,
REMEDIATION,
SETTLED,
CLOSED,
ESCALATED
createdAt
string<date-time> | null
required
updatedAt
string<date-time> | null
required
outcomes
object[]
required
attachments
object[]
required
comment
string | null