Get an individual return

Get a return identified for the specified return-id

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

return-idstringRequired
FeedAMP Return ID

Headers

tokenstringRequired

The Authentication token obtained from the v1 get_token route

clientintegerRequired
The ID of the client making the request

Query parameters

include_orderbooleanOptional
Include the order data, associated with the return, in response

Response

The return
idstring
Unique identifier for a record
marketplace_return_numberstring1-128 characters
The primary return number used to identify the return in the marketplace's system
imported_datedatetime

The datetime at which the order was first seen by FeedAMP. RFC-3339 format 2020-12-31T12:34:56-05:00

return_lineslist of objects
A collection of ReturnLine objects.
order_idstring
Identifier for the order this return is for, if applicable
integration_namestring

Client-configured identifier for the integration from which the order originated

marketplace_namestring
The platform from which the order originated
rmastring1-128 characters
RMA ID of the return
merchant_return_numberstring1-128 characters
Return identifier provided by the merchant, separately from RMA
marketplace_order_numberstring>=1 character
Order number of the order associated with this return
marketplace_statestring
The marketplace's own representation of the return state
normalized_marketplace_statestring
FeedAMP's interpretation of the marketplace state
pre_authorizedboolean
Whether customer returns are assumed to be authorized by the merchant
customerobject
request_datedatetime

Date the customer initiated the return. RFC-3339 format 2020-12-31T12:34:56-05:00

respond_by_datedatetime

Date by which the seller must respond to the return request. RFC-3339 format 2020-12-31T12:34:56-05:00

notesstring
The customer's notes about the return.
shipping_addressobject
Customer's Shipping Information
return_typeenum
Allowed values:

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error