Class ByProjectKeyInventoryPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInventoryPostString>, ErrorableTrait<ByProjectKeyInventoryPostString>, ExpandableTrait<ByProjectKeyInventoryPostString>, 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("")
            .execute()