Class ByProjectKeyOrdersOrderNumberByOrderNumberPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, Deprecatable200Trait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, ErrorableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, ExpandableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, ClientRequestCommand<Order>, CreateHttpRequestCommand, HttpRequestCommand<Order>, RequestCommand<Order>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.Order>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .withOrderNumber("{orderNumber}")
            .post(null)
            .execute()