xLookups REST Endpoints
Pricing Setup/xLookups
CPQ Pricing references several other business objects within CPQ. These lookup APIs retrieve an unfiltered list of important values for the specified business object comprising a set of ids, lookup codes, meanings, and descriptions. For example, the lookup codes retrieved for accounts are the account Ids visible in the CPQ native Account Object. For parts, the lookup codes are part numbers.
- Get a Part Lookup
- Method: getPath:
/rest/v19/pricingSetup/lookups/parts/{lookupId}
- Get a Supported Currency Lookup
- Method: getPath:
/rest/v19/pricingSetup/lookups/currencies/{lookupId}
- Get All Account Lookups
- Method: getPath:
/rest/v19/pricingSetup/lookups/accounts
- Get All Parts Lookups
- Method: getPath:
/rest/v19/pricingSetup/lookups/parts
- Get All Simple Condition Attribute Lookups
- Method: getPath:
/rest/v19/pricingSetup/lookups/simpleConditionAttributes
- Get All Supported Currency Lookups
- Method: getPath:
/rest/v19/pricingSetup/lookups/currencies
- Get All Supported Data Source Lookup Attributes
- Method: getPath:
/rest/v19/pricingSetup/lookups/dataSources/{dataSourceVariableName}/attributes
- Get All Supported Data Source Lookups
- Method: getPath:
/rest/v19/pricingSetup/lookups/dataSources
- Get an Account Lookup
- Method: getPath:
/rest/v19/pricingSetup/lookups/accounts/{lookupId}