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