Class ByProjectKeyOrderPatchesImportContainersByImportContainerKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyOrderPatchesImportContainersByImportContainerKeyPost,ImportResponse,OrderPatchImportRequest>
com.commercetools.importapi.client.ByProjectKeyOrderPatchesImportContainersByImportContainerKeyPost
All Implemented Interfaces:
Secured_by_manage_ordersTrait<ByProjectKeyOrderPatchesImportContainersByImportContainerKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<ImportResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ImportResponse>

Creates a new import request for order patches



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