Get Return Orders
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Headers
shipbob_channel_id
Query parameters
Page
Page of return orders to get
Limit
Amount of return orders per page to request
SortOrder
Order to sort results by
StartDate
Start date to filter orders inserted later than
EndDate
End date to filter orders inserted earlier than
IDs
Comma separated list of return orders ids to filter by
ReferenceIds
Comma separated list of reference ids to filter by
Status
Comma separated list of statuses to filter by
FulfillmentCenterIds
Comma separated list of destination fulfillment center IDs to filter by
TrackingNumbers
Comma separated list of tracking numbers to filter by
OriginalShipmentIds
Comma separated list of original shipment IDs to filter by
InventoryIds
Comma separated list of inventory IDs contained in return to filter by
Response headers
Page-Number
Number of the current page
Total-Pages
Total number of pages of results
Total-Count
Total number of results
Page-Size
Number of results per page
Response
Success
channel
Created by channel metadata
completed_date
Completed date for a return order.
customer_name
Customer name from the related shipment.
fulfillment_center
Information about a fulfillment center
id
Unique id of the Return Order
insert_date
Date this return order was created
inventory
List of inventory included in the return order
invoice_amount
Invoiced amount of return order (sum of transaction amounts)
original_shipment_id
Id of the corresponding shipment that is the souce of the return
reference_id
Client-defined external unique id of the return order
return_type
Allowed values:
status
Allowed values:
store_order_id
Store order for the related shipment.
tracking_number
Tracking number of the return shipment
transactions
Array of transactions affiliated with the return order

