Get Return Order
Retrieves the complete details of a specific return order by its unique ID. Use this to view return status, inventory items, transactions, and processing history.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Path parameters
id
The Id of the Return
Headers
shipbob_channel_id
Retrieve your channel ID from the GET /channel endpoint. Use the channel ID that has write scopes.
Response
OK
arrived_date
The date and time when the return arrived at the fulfillment center
awaiting_arrival_date
The date and time when the return entered Awaiting Arrival status
cancelled_date
The date and time when the return was cancelled, if applicable
channel
The details of a Channel
completed_date
The date and time for when the return order was completely processed
customer_name
Name of merchant that return belongs to
fulfillment_center
The details of a Fulfillment Center
id
Unique id of the return order
insert_date
The date and time for when the return order was created
inventory
List of inventory items in return order
invoice
The invoice amount and curency
original_shipment_id
ShipmentId for which return was created
processing_date
The date and time when the return started processing
reference_id
Unique reference id of the return order. Created by merchant if a regular return.
return_type
Type of the return, i.e. Regular, RTS
shipment_tracking_number
The tracking number of the original shipment
status
Status of the return order, i.e. Awaiting Arrival
status_history
List of status history in return order
store_order_id
Reference to external order id
tracking_number
The tracking number of the return shipping label
transactions
List of transactions that make up the billable amount to invoice a merchant

