Class ByProjectKeyProductVariantsImportContainersByImportContainerKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductVariantsImportContainersByImportContainerKeyPostString,ImportResponse>
com.commercetools.importapi.client.ByProjectKeyProductVariantsImportContainersByImportContainerKeyPostString
All Implemented Interfaces:
Secured_by_manage_productsTrait<ByProjectKeyProductVariantsImportContainersByImportContainerKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ImportResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ImportResponse>

Creates a request for creating new ProductVariants or updating existing ones.



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