Get 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

Response

Get Return
statusenum
the return authorization number generated by the seller.
Allowed values:
rmastring1-128 characters

The return authorization number generated by the seller. This field is read-only for the marketplace.

mp_return_numberstring1-128 characters
the mp return number
mp_order_numberstring1-128 characters
the mp order number associated with the return
request_datedate

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

respond_datedate
The date which the merchant must release the funds by
shipping_addressobject
customer_emailstring
The customer's email address
return_typeenum
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)
Allowed values:
return_lineslist of objects
merchant_refund_lineslist of objects
errorslist of objects
Any unresolved errors reported by the marketplace for this return

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error