Class ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet,Order>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>



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