Class ByProjectKeyPricesImportContainersByImportContainerKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyPricesImportContainersByImportContainerKeyPost,ImportResponse,PriceImportRequest>
com.commercetools.importapi.client.ByProjectKeyPricesImportContainersByImportContainerKeyPost
All Implemented Interfaces:
Secured_by_manage_productsTrait<ByProjectKeyPricesImportContainersByImportContainerKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<ImportResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ImportResponse>, io.vrap.rmf.base.client.RequestCommand<ImportResponse>

public class ByProjectKeyPricesImportContainersByImportContainerKeyPost extends io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyPricesImportContainersByImportContainerKeyPost,ImportResponse,PriceImportRequest> implements Secured_by_manage_productsTrait<ByProjectKeyPricesImportContainersByImportContainerKeyPost>

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



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