Retrieves all orders matching the search criteria.
Filters orders for a specific customer ID.
The ID of the customer to filter orders for.
The updated order search object.
Filters orders for a specific impersonator customer ID.
The ID of the impersonator customer to filter orders for.
The updated order search object.
Specifies what additional order data to load.
The type of additional data to load (e.g., shipping address, order line items).
The updated order search object.
Specifies the order in which orders should be returned.
The criteria by which to order the orders.
The updated order search object.
Specifies the order in which orders should be returned (descending).
The criteria by which to order the orders.
The updated order search object.
Filters orders placed since a specific date.
The date since which orders should be filtered.
The updated order search object.
Filters orders placed until a specific date.
The date until which orders should be filtered.
The updated order search object.
Filters orders by their status.
The order status to filter by.
The updated order search object.
Filters orders by their payment status.
The payment status to filter by.
The updated order search object.
Filters orders by their shipping status.
The shipping status to filter by.
The updated order search object.
Represents operations to search for orders.