Get the refunded amounts for the return

Get the status of the return

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

Return Status
statusenum
The status of the refund processing <ul>
  • AWAITING_AUTHORIZATION - The return has been placed into FeedAMP
  • AUTHORIZED - The merchant has authorized the refund (if preauthorized is false)
  • REFUNDED - The merchant has specified the refund amounts
  • COMPLETED - The marketplace has marked the return a complete
  • </ul>
    Allowed values:
    rmastring1-128 characters

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

    merchant_refund_lineslist of objects
    errorslist of objects

    Errors

    401
    Unauthorized Error
    404
    Not Found Error