Return

Return object model

id
string
required

UUID without dashes in between

rma_number
string
required

Short id for return. Not unique. It will be likely unique for most of the time within a single store. It's for store customers to identify their returns.

Example:
EUGCX4FL
status
string
required
Allowed values:
submittedapprovedshippedreceivedrejecteddone
internal_notes
string
required
Example:
Please call him to confirm before sending the refund.
order
Order
required
id
string
required

UUID without dashes in between

order_number
string
required

The order number which customer input on returns page

Example:
1005
customer_name
string
required
Example:
James Law
customer_email
string<email>
required
Example:
james@example.com
country
string
required

ISO_3166-1 Country Code in 3 letters

>= 3 characters<= 3 characters
Example:
USA
external_id
string

Order id in the ecommerce platform. E.g. Shopify order id.

Example:
77
app
PlatformApp

app model

return_items
array[ReturnItem]
required
external_id
string
required
external_product_id
string
required
title
string
required
sku
string
required
ordered_quantity
integer
required
return_quantity
integer
required
price
Price
required
image_url
string<uri>
required
Example:
https://example..com/cool-stuff.jpg
exchange_variant
ExchangeVariant or null
return_reason
ReturnReason
subreason
string
Example:
cover is broken
resolution
Resolution
required
type
string
required
Allowed values:
store_creditoriginal_paymentexchange
exchange_notes
null or string
required

Only present when the resolution is exchange

Example:
Please ship to me with a new gift box
return_method
ReturnMethod
required
type
string
required
Allowed values:
retailer_labelcustomer_courierin_store
cost_of_return
CostOfReturn
required
label
Label
required
created_at
string<date-time>

The moment when a customer succesfully submit a return request.

updated_at
string<date-time>
tracking_number
string
required

The tracking number of the return shipment provided by the customer/the merchant.

reject_reason
string
required
Example
preparing...