Class ByProjectKeyVariantsImportContainersByImportContainerKeyPostString

All Implemented Interfaces:
Secured_by_manage_productsTrait<ByProjectKeyVariantsImportContainersByImportContainerKeyPostString>, ClientRequestCommand<ImportResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImportResponse>, RequestCommand<ImportResponse>

Creates an Import Request for Variants.

This endpoint is only available for Projects with productCatalogModel set to Modular.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importrequests.ImportResponse>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .variants()
            .importContainers()
            .withImportContainerKeyValue("{importContainerKey}")
            .post("")
            .execute()