Product Offering Price REST Endpoints

Product Offering Price
Describes prices related to product offerings.
Create Pricing for a Product Offering
Method: post
Path: http://host:port/productCatalogManagement/v4/productOfferingPrice
Delete Pricing from a Product Offering
Method: delete
Path: http://host:port/productCatalogManagement/v4/productOfferingPrice/{id}
Get the Pricing for a Product Offering
Method: get
Path: http://host:port/productCatalogManagement/v4/productOfferingPrice
Get the Pricing for a Product Offering by ID
Method: get
Path: http://host:port/productCatalogManagement/v4/productOfferingPrice/{id}
Update the Pricing for a Product Offering
Method: patch
Path: http://host:port/productCatalogManagement/v4/productOfferingPrice/{id}