Class ByProjectKeyInStoreKeyByStoreKeyOrdersByIDPostString

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

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("")
            .execute()