Pricing Lookups REST Endpoints
Pricing Setup/Pricing Lookups
These endpoints support administration of CPQ Pricing Lookups.
- Add a Pricing Lookup
- Method: postPath:
/rest/v19/pricingSetup/pricingLookups - Add a Pricing Lookup Value
- Method: postPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues - Add Pricing Lookup Value Translations
- Method: putPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}/translations - Delete a Pricing Lookup
- Method: deletePath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName} - Delete a Pricing Lookup Value
- Method: deletePath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode} - Get a Pricing Lookup
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName} - Get a Pricing Lookup Value
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode} - Get a Pricing Lookup Value Translation
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}/translations/{languageCode} - Get All Pricing Lookup Values
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues - Get All Pricing Lookups
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups - Get Pricing Lookup Value Translations
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}/translations - Update a Pricing Lookup
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName} - Update a Pricing Lookup Value
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode} - Update Pricing Lookup Values
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues - Update Pricing Lookups
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups