List shipping quotes
Retrieve a list of shipping quotes with pagination and filtering options. Results are filtered to quotes the authenticated user has access to.
Query Parameters
limitintegerMaximum number of items to return per page
10Minimum: 1Maximum: 100pageintegerPage number for pagination
1Minimum: 1searchstringSearch term to filter shipping quotes
cursorstringCursor for pagination (alternative to page-based pagination)
sortBystringField to sort by
sortOrderstringOrder to sort by
"desc"Value in: "asc" | "desc"hasShipmentbooleanFilter quotes by whether they have an associated shipment
dateRange[from]stringStart date for filtering quotes by creation date
"date"dateRange[to]stringEnd date for filtering quotes by creation date
"date"Successful operation
Create a shipping quote POST
Create a new shipping quote and return available shipping rates. Requires full write access to shipping.
Create a shipment POST
Create a new shipment directly by providing shipping details and selecting a carrier and service. This creates a shipping quote internally and purchases the label in one step.