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: get
Path: /rest/v19/pricingSetup/lookups/parts/{lookupId}
Get a Supported Currency Lookup
Method: get
Path: /rest/v19/pricingSetup/lookups/currencies/{lookupId}
Get All Account Lookups
Method: get
Path: /rest/v19/pricingSetup/lookups/accounts
Get All Parts Lookups
Method: get
Path: /rest/v19/pricingSetup/lookups/parts
Get All Simple Condition Attribute Lookups
Method: get
Path: /rest/v19/pricingSetup/lookups/simpleConditionAttributes
Get All Supported Currency Lookups
Method: get
Path: /rest/v19/pricingSetup/lookups/currencies
Get All Supported Data Source Lookup Attributes
Method: get
Path: /rest/v19/pricingSetup/lookups/dataSources/{dataSourceVariableName}/attributes
Get All Supported Data Source Lookups
Method: get
Path: /rest/v19/pricingSetup/lookups/dataSources
Get an Account Lookup
Method: get
Path: /rest/v19/pricingSetup/lookups/accounts/{lookupId}