Footer Section
Explore

The cart items put endpoint can be used to update existing line items in a cart. A successful put returns the rules and line items associated with the updated product.
The reference to the cart or 'active' for the current active cart.
Optional: The reference id of the cart item you want to update (do not include if passing array of items in request body).
The namespace for the fields are prefixed if set to False. By default it is True.
The pricing strategy to use. 'default' | 'async' | 'skip'
The rule strategy to use. 'default' | 'async' | 'skip'
The account value from header is taken as default account if passed as query parameter.
Content type of the request body.
The name of the storefront used for the request.
OK
curl --request PUT \--url https://documentation.conga.com/carts/cartId/items/cartItemId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-account: ' \--header 'x-storefront: ' \--data '[{"LineItem": {"attributes": {"type": "Apttus_Config2__LineItem__c"},"Id": "a13W0000003AQAHIA4","Apttus_Config2__LineNumber__c": "1.0","Apttus_Config2__PrimaryLineNumber__c": "1.0","Apttus_Config2__PricingStatus__c": "Pending","Apttus_Config2__ConfigurationId__c": "a1IW0000001S3hJMAS","Apttus_Config2__Quantity__C": 2},"ProductAttributes": {"attributes": {}}},{"LineItem": {"attributes": {"type": "Apttus_Config2__LineItem__c"},"Id": "a13W0000003AQAcIAO","Apttus_Config2__LineNumber__c": "1.0","Apttus_Config2__PrimaryLineNumber__c": "2.0","Apttus_Config2__PricingStatus__c": "Pending","Apttus_Config2__OptionId__c": "01t3I000000LwmBQAS","Apttus_Config2__ConfigurationId__c": "a1IW0000001S3hJMAS","Apttus_Config2__Quantity__C": 2},"ProductAttributes": {"attributes": {}}}]'