Class AsyncRawOrdersClient
- java.lang.Object
-
- com.chrt.api.resources.shipping.orders.AsyncRawOrdersClient
-
public class AsyncRawOrdersClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawOrdersClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>cancelV1(java.lang.String orderId)Cancels an order and all related task groups and tasks in a transaction.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>cancelV1(java.lang.String orderId, RequestOptions requestOptions)Cancels an order and all related task groups and tasks in a transaction.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>stageV1(java.lang.String orderId)Validates a draft order and stages all related entities in a transaction.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>stageV1(java.lang.String orderId, RequestOptions requestOptions)Validates a draft order and stages all related entities in a transaction.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawOrdersClient
public AsyncRawOrdersClient(ClientOptions clientOptions)
-
-
Method Detail
-
stageV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> stageV1(java.lang.String orderId)
Validates a draft order and stages all related entities in a transaction. | () -> (bool)
-
stageV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> stageV1(java.lang.String orderId, RequestOptions requestOptions)
Validates a draft order and stages all related entities in a transaction. | () -> (bool)
-
cancelV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> cancelV1(java.lang.String orderId)
Cancels an order and all related task groups and tasks in a transaction. | authz_personas=[lig_owner_operators] | () -> (bool)
-
cancelV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> cancelV1(java.lang.String orderId, RequestOptions requestOptions)
Cancels an order and all related task groups and tasks in a transaction. | authz_personas=[lig_owner_operators] | () -> (bool)
-
-