Pricing Lookups REST Endpoints

Pricing Setup/Pricing Lookups
These endpoints enable administration or pricing lookup values that are available for use in product charges.
Add Pricing Lookup Type
Method: post
Path: /rest/v16/pricingSetup/pricingLookups
Add Pricing Lookup Value
Method: post
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues
Add Pricing Lookup Value Translations
Method: put
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/translations/
Delete Pricing Lookup Type
Method: delete
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}
Delete Pricing Lookup Value
Method: delete
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/
Get Pricing Lookup Type
Method: get
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}
Get Pricing Lookup Types
Method: get
Path: /rest/v16/pricingSetup/pricingLookups
Get Pricing Lookup Value
Method: get
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/
Get Pricing Lookup Value Translation
Method: get
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/translations/{languageCode}/
Get Pricing Lookup Value Translations
Method: get
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/translations/
Get Pricing Lookup Values
Method: get
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues
Update Pricing Lookup Type
Method: patch
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}
Update Pricing Lookup Types
Method: patch
Path: /rest/v16/pricingSetup/pricingLookups
Update Pricing Lookup Value
Method: patch
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues/{lookupCode}/
Update Pricing Lookup Values
Method: patch
Path: /rest/v16/pricingSetup/pricingLookups/{lookupTypeVarName}/lookupValues