Create a return
Get all seller-initiated refunds for an order
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
mp_order_number
The unique Id for an order that is generated by the marketplace
mp_return_number
The unique Id for the return that is generated by the marketplace
Request
This endpoint expects an object.
mp_order_number
the mp order number associated with the return
return_lines
request_date
Date the return was requested. ISO 8601 DATE YYYY-MM-DD
respond_date
The date which the merchant must release the funds by
shipping_address
customer_email
The customer's email address
return_type
How the items will be returned by the customer.
- SHIP - the item will be shipped back by the customer
- NO_RETURN - The customer will kep the item
- IN_STORE - the item will be returned to the store by the customer (is only valid for V2)
Response
Return created
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error