Class ByProjectKeyProductVariantPatchesImportContainersByImportContainerKeyPostString

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

Creates a new import request for Product Variant Patches. Returns an InvalidField error if the ProductVariantPatchRequest contains patches with and without the product field set.



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