Class OrdersClient


  • public class OrdersClient
    extends java.lang.Object
    • Field Detail

      • expandedClient

        protected final java.util.function.Supplier<ExpandedClient> expandedClient
      • expandedListClient

        protected final java.util.function.Supplier<ExpandedListClient> expandedListClient
      • draftClient

        protected final java.util.function.Supplier<DraftClient> draftClient
    • Constructor Detail

      • OrdersClient

        public OrdersClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

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

        public boolean stageV1​(java.lang.String orderId)
        Validates a draft order and stages all related entities in a transaction.
      • stageV1

        public boolean stageV1​(java.lang.String orderId,
                               RequestOptions requestOptions)
        Validates a draft order and stages all related entities in a transaction.