Class ByProjectKeyInventoryPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyInventoryPost,InventoryEntry,InventoryEntryDraft>
com.commercetools.api.client.ByProjectKeyInventoryPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInventoryPost>, ErrorableTrait<ByProjectKeyInventoryPost>, ExpandableTrait<ByProjectKeyInventoryPost>, io.vrap.rmf.base.client.ClientRequestCommand<InventoryEntry>, io.vrap.rmf.base.client.RequestCommand<InventoryEntry>

Produces the InventoryEntryCreated Message.



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