Class ByProjectKeyInventoryKeyByKeyPostString

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



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