home

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • expand_more

      Digital Commerce for Salesforce REST APIs

      • chevron_right

        CPQ REST API Version 4

      • expand_more

        CPQ REST API Version 5

        • chevron_right

          Authentication

        • chevron_right

          Storefront

        • chevron_right

          Account

        • chevron_right

          PriceList

        • chevron_right

          Catalog

        • chevron_right

          Carts

        • chevron_right

          Cart Items

        • expand_more

          Favorites

          • Create Favorites

            post
          • Update favorites

            put
          • Delete Favorites

            post
          • Add Favorite

            post
        • chevron_right

          Generic

        • chevron_right

          Order

        • chevron_right

          Quote

        • chevron_right

          Assets

        • chevron_right

          Collaboration Request

        • chevron_right

          User Views

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Digital Commerce for Salesforce REST APIs
  6. arrow_right
  7. CPQ REST API Version 5

list_altShow Contents

chevron_left

General

Favorites

chevron_right
download

Update favorites

put
/favorites/{favoriteId}

Update favorite configuration with new cart line items.

Request

Security: Basic Auth

Path Parameters

favoriteId
string
required

The reference Id of the favorite.

Example:
a3e79000000WYtUAAW

Headers

x-account
string

The account value from the header is taken as default account if passed as query parameter.

Example:
0011900000hnGsr
Content-Type
string
required

Content type of the request body.

Example:
application/json
x-storefront
string
required

The name of the storefront used for the request.

Example:
ECommerce

Body

Request body of update favorite.

Example 1: list of lineNumber.

Example 2: Single product record or an array of products (if multiple).

array of:

Responses

200

OK

Body

responses
/
200
Rules
array[object]
required
ActionProductIds
string
TriggeringProductIds
string
SuggestedProductIds
string
IsTargetOption
boolean
pending
boolean
ConstraintRuleActionId
string
ConfigurationId
string
Message
string
Id
string
Name
string
LineItems
array[object]
required
Product
object
AttributeValue
object
LineSequence
integer
LineType
string
LineStatus
string
LineNumber
integer
ItemSequence
integer
Quantity
integer
ProductId
string
PrimaryLineNumber
integer
Name
string
IsPrimaryLine
boolean
Id
string
Auth
Username
:
Password
:
Parameters
:
:
:
:
Body
1
[
2
1
3
]
curl --request PUT \
--url https://documentation.conga.com/favorites/favoriteId \
--header 'Accept: application/json' \
--header 'Authorization: Basic 123' \
--header 'Content-Type: application/json' \
--header 'x-account: ' \
--header 'x-storefront: ' \
--data '[
1
]'
Response Example
1
{
2
"title": "success",
3
"status": 200,
4
"data": [
5
{
6
"Product_Family": "Hardware",
7
"SellingUom": "Each",
8
"Demo_Renewal_flag": "No",
9
"APTS_Local_Bundle_Component_Flag": false,
10
"ProductVersion": 1,
11
"OptionSequence": 0,
12
"NetUnitPrice": 396.83333,
13
"LineSequence": 3,
14
"IsOptional": false,
15
"IsHidden": false,
16
"HideCopyAction": false,
17
"HasIncentives": false,
18
"DeltaQuantity": 1,
19
"DeltaPrice": 396.83333,
20
"AutoRenew": false,
21
"Taxable": false,
22
"TaxInclusive": false,
23
"IsReadOnly": false,
24
"HideInvoiceDisplay": false,
25
"BillToAccountId": "0011900000hnGsrAAE",
26
"Operating_Expense_Formula": 0,
27
"HasTieredPrice": false,
28
"TotalQuantity": 1,
29
"IsSellingTermReadOnly": false,
30
"IsPrimaryRampLine": false,
31
"Uom": "Each",
32
"Term": 1,
33
"SyncStatus": "Synchronized",
34
"StartDate": "2022-02-09",
35
"SellingTerm": 1,
36
"SellingFrequency": "One Time",
37
"RollupPriceToBundle": true,
38
"Quantity": 1,
39
"ProductId": "01t1T000005BXnJQAW",
40
"PrimaryLineNumber": 3,
41
"PricingStatus": "Pending",
42
"PriceUom": "Each",
43
"PriceType": "One Time",
44
"PriceMethod": "Per Unit",
45
"PriceListItemId": "a161T000004znCMQAY",
46
"PriceListId": "a171T000005il1XQAQ",
47
"PriceIncludedInBundle": false,
48
"NetPrice": 396.83333,
49
"NetAdjustmentPercent": 0,
50
"ListPrice": 396.8333333333333,
51
"LineType": "Product/Service",
52
"LineStatus": "New",
53
"LineNumber": 3,
54
"ItemSequence": 1,
55
"IsUsageTierModifiable": false,
56
"IsQuantityModifiable": true,
57
"IsPrimaryLine": true,
58
"IsOptionRollupLine": false,
59
"IsCustomPricing": false,
60
"IsAssetPricing": false,
61
"HasOptions": false,
62
"HasDefaults": false,
63
"HasBaseProduct": false,
64
"HasAttributes": false,
65
"Frequency": "One Time",
66
"ExtendedQuantity": 1,
67
"ExtendedPrice": 396.8333333333333,
68
"EndDate": "2022-02-09",
69
"Description": "DL380e Gen8 Entry Level",
70
"Customizable": false,
71
"ConstraintCheckStatus": "NA",
72
"ConfigStatus": "NA",
73
"Comments": "Added by Code",
74
"ChargeType": "Standard Price",
75
"BasePrice": 396.8333333333333,
76
"BasePriceMethod": "Per Unit",
77
"BaseExtendedPrice": 396.8333333333333,
78
"AllowableAction": "Unrestricted",
79
"AllowRemoval": true,
80
"AllowProration": false,
81
"AllowManualAdjustment": true,
82
"AllocateGroupAdjustment": true,
83
"AdjustedPrice": 396.83333,
84
"AddedBy": "User",
85
"ConfigurationId": "a1I790000005QxFEAU",
86
"LastReferencedDate": "2022-02-10T13:02:38.000Z",
87
"LastViewedDate": "2022-02-10T13:02:38.000Z",
88
"SystemModstamp": "2022-02-10T13:02:38.000Z",
89
"LastModifiedById": "0052h000002AFfcAAG",
90
"LastModifiedDate": "2022-02-10T13:02:38.000Z",
91
"CreatedById": "0052h000002AFfcAAG",
92
"CreatedDate": "2022-02-10T13:02:38.000Z",
93
"CurrencyIsoCode": "USD",
94
"Name": "LI-0000661678",
95
"IsDeleted": false,
96
"Id": "a1379000000KDc9AAG"
97
}
98
]
99
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.