Class ByProjectKeyInventoryPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInventoryPost>, ErrorableTrait<ByProjectKeyInventoryPost>, ExpandableTrait<ByProjectKeyInventoryPost>, ClientRequestCommand<InventoryEntry>, CreateHttpRequestCommand, HttpRequestCommand<InventoryEntry>, RequestCommand<InventoryEntry>

Produces the InventoryEntryCreated Message.



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