Class AsyncOrdersClient


  • public class AsyncOrdersClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncOrdersClient

        public AsyncOrdersClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public AsyncRawOrdersClient withRawResponse()
        Get responses with HTTP metadata like headers
      • stageV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> stageV1​(java.lang.String orderId)
        Validates a draft order and stages all related entities in a transaction.
      • stageV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> stageV1​(java.lang.String orderId,
                                                                                 RequestOptions requestOptions)
        Validates a draft order and stages all related entities in a transaction.