Pricing Attributes REST Endpoints

Pricing Setup/Pricing Attributes
These endpoints enable administration of Pricing Engine pricing attributes using REST API services.
Add Pricing Attribute
Method: post
Path: /rest/v16/pricingSetup/attributes
Add Pricing Attribute Mapping
Method: post
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/mappings
Delete Pricing Attribute
Method: delete
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/
Get Pricing Attribute
Method: get
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/
Get Pricing Attribute Mappings
Method: get
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/mappings
Get Pricing Attributes
Method: get
Path: /rest/v16/pricingSetup/attributes
Update Pricing Attribute
Method: patch
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/
Update Pricing Attribute Mappings
Method: patch
Path: /rest/v16/pricingSetup/attributes/{attributeVarName}/mappings
Update Pricing Attributes
Method: patch
Path: /rest/v16/pricingSetup/attributes