Price Items REST Endpoints

Pricing Setup/Price Items
These endpoints support administration of Product Workbench pricing.
Add a Price Item Charge Group
Method: post
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups
Add a Price Item Charge Group Charge
Method: post
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges
Add a Price Item Charge Group Rate Plan
Method: post
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans
Add a Price Item Charge Group Rate Plan Charge
Method: post
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges
Add a Price Item to Charge Group
Method: post
Path: /rest/v19/pricingSetup/priceItems/actions/addItemToChargeGroup
Delete a Charge Group Charge
Method: delete
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges/{id}
Delete a Price Item Charge Group Rate Plan
Method: delete
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}
Delete a Price Item Charge Group Rate Plan Charge
Method: delete
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges/{id}
Get a Charge
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges/{id}
Get a Price Item
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}
Get a Price Item Charge Group
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}
Get a Price Item Charge Group Rate Plan
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}
Get a Price Item Charge Group Rate Plan Charge
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges/{id}
Get All Price Item Charge Group Charges
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges
Get All Price Item Charge Group Rate Plan Charges
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges
Get All Price Item Charge Group Rate Plans
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans
Get All Price Item Charge Groups
Method: get
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups
Get All Price Items
Method: get
Path: /rest/v19/pricingSetup/priceItems
Link or Unlink a Charge Group with a Price Item
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}
Search Price Items
Method: post
Path: /rest/v19/pricingSetup/priceItems/actions/search
Update a Charge
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges/{id}
Update a Price Item Charge Group Rate Plan
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}
Update a Price Item Charge Group Rate Plan Charge
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges/{id}
Update Price Item Charge Group Charges
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/charges
Update Price Item Charge Group Rate Plan Charges
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans/{ratePlanNumber}/charges
Update Price Item Charge Group Rate Plans
Method: patch
Path: /rest/v19/pricingSetup/priceItems/{priceItemId}/chargeGroups/{chargeGroupId}/ratePlans