Class ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost,Order,OrderUpdate>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>

Updates an order in the store specified by {storeKey}. If the order exists in the project but does not have the store field, or the store field references a different Store, this method returns a ResourceNotFound error.



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