Class ByProjectKeyInventoryKeyByKeyPost

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



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