Class ByProjectKeyCartsKeyByKeyGet

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

To ensure the Cart is up-to-date with current values (such as Prices and Discounts), use the Recalculate update action.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart.Cart>> result = apiRoot
            .withProjectKey("{projectKey}")
            .carts()
            .withKey("{key}")
            .get()
            .execute()
 
  • Constructor Details

    • ByProjectKeyCartsKeyByKeyGet

      public ByProjectKeyCartsKeyByKeyGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String key)
    • ByProjectKeyCartsKeyByKeyGet

      public ByProjectKeyCartsKeyByKeyGet(ByProjectKeyCartsKeyByKeyGet t)
  • Method Details