Vai al contenuto principale
POST
Create Return

Autorizzazioni

Authorization
string
header
obbligatorio

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

Corpo

application/json
order_id
string<uuid>
obbligatorio
product_id
string<uuid>
obbligatorio
firstname
string
obbligatorio
lastname
string
obbligatorio
email
string
obbligatorio
telephone
string
obbligatorio
product_name
string
obbligatorio
model
string
obbligatorio
return_reason_id
string<uuid>
obbligatorio
return_status_id
string<uuid>
obbligatorio
variant_id
string<uuid> | null
customer_id
string<uuid> | null
quantity
integer
predefinito:1
opened
boolean
predefinito:false
return_action_id
string<uuid> | null
comment
string | null
date_ordered
string<date> | null

Risposta

Successful Response

data
ReturnOut · object | null
meta
PaginationMeta · object | null
error
string | null
error_code
string | null