Class ByProjectKeyOrdersOrderNumberByOrderNumberPostString

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



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