Class ByProjectKeyInventoryByIDGet

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



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