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_numberstringRequired
The unique Id for an order that is generated by the marketplace
mp_return_numberstringRequired
The unique Id for the return that is generated by the marketplace

Request

This endpoint expects an object.
mp_order_numberstringRequired1-128 characters
the mp order number associated with the return
return_lineslist of objectsRequired
request_datedateOptional

Date the return was requested. ISO 8601 DATE YYYY-MM-DD

respond_datedateOptional
The date which the merchant must release the funds by
shipping_addressobjectOptional
customer_emailstringOptional
The customer's email address
return_typeenumOptional
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