Class ByProjectKeyInventoryKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInventoryKeyByKeyGet>, ErrorableTrait<ByProjectKeyInventoryKeyByKeyGet>, ExpandableTrait<ByProjectKeyInventoryKeyByKeyGet>, ClientRequestCommand<InventoryEntry>, CreateHttpRequestCommand, HttpRequestCommand<InventoryEntry>, RequestCommand<InventoryEntry>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.inventory.InventoryEntry>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inventory()
            .withKey("{key}")
            .get()
            .execute()