Class ByProjectKeyOrdersEditsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyOrdersEditsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyOrdersEditsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyOrdersEditsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyOrdersEditsKeyByKeyPostString>, ClientRequestCommand<OrderEdit>, CreateHttpRequestCommand, HttpRequestCommand<OrderEdit>, RequestCommand<OrderEdit>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order_edit.OrderEdit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .edits()
            .withKey("{key}")
            .post("")
            .execute()