get https://api.loopreturns.com/api/v1/warehouse/return/list
Pull a detailed list of returns created within a given timeframe.
This endpoint supports pagination. We highly encourage using pagination for this endpoint.
Read the guide on paginating requests for details.
Note: If no datetimes are passed, the response defaults to only contain returns from the previous 24 hours. See Query Params below for more information.
Note: The maximum number of days in the range of the from and to properties is 120 days. If the number of days in this range exceeds 120 days, a validation error will be returned.
Note: If no state is passed, the response defaults to only contain open, closed, and expired returns. See Query Params below for more information.