Class ByProjectKeyInventoryByIDPost

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



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