Class ExpandedListClient
- java.lang.Object
-
- com.chrt.api.resources.orders.expandedlist.ExpandedListClient
-
public class ExpandedListClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ExpandedListClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrdersExpandedForOrderCreatorRespostOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.OrdersExpandedForOrderCreatorRespostOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.OrdersExpandedForShipperRespostShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)Retrieves orders expanded list for the shipper organization with optional filters and related data.OrdersExpandedForShipperRespostShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)Retrieves orders expanded list for the shipper organization with optional filters and related data.RawExpandedListClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ExpandedListClient
public ExpandedListClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawExpandedListClient withRawResponse()
Get responses with HTTP metadata like headers
-
postShipperExpandedListV1
public OrdersExpandedForShipperRes postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postShipperExpandedListV1
public OrdersExpandedForShipperRes postShipperExpandedListV1(ExpandedListPostShipperExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for the shipper organization with optional filters and related data.
-
postOrderCreatorExpandedListV1
public OrdersExpandedForOrderCreatorRes postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
postOrderCreatorExpandedListV1
public OrdersExpandedForOrderCreatorRes postOrderCreatorExpandedListV1(ExpandedListPostOrderCreatorExpandedListV1Request request, RequestOptions requestOptions)
Retrieves orders expanded list for order creator org with optional filters, shipper includes, and exclusions.
-
-