Pricing Attributes REST Endpoints
Pricing Setup/Pricing Attributes
These endpoints support administration of CPQ Pricing Attributes.
- Add a Pricing Attribute
- Method: postPath:
/rest/v19/pricingSetup/attributes
- Add a Pricing Attribute Mapping
- Method: postPath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}/mappings
- Delete a Pricing Attribute
- Method: deletePath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}
- Get a Pricing Attribute
- Method: getPath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}
- Get All Pricing Attribute Mappings
- Method: getPath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}/mappings
- Get All Pricing Attributes
- Method: getPath:
/rest/v19/pricingSetup/attributes
- Update a Pricing Attribute
- Method: patchPath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}
- Update Pricing Attribute Mappings
- Method: patchPath:
/rest/v19/pricingSetup/attributes/{attributeVariableName}/mappings
- Update Pricing Attributes
- Method: patchPath:
/rest/v19/pricingSetup/attributes