Product Offering REST Endpoints

Product Offering
Represents entities that are orderable from the catalog provider. This includes pricing information.
Create a Product Offering
Method: post
Path: http://host:port/productCatalogManagement/v4/productOffering
Delete a Product Offering
Method: delete
Path: http://host:port/productCatalogManagement/v4/productOffering/{id}
Get a Product Offering's Details
Method: get
Path: http://host:port/productCatalogManagement/v4/productOffering/{id}
Get Product Offerings
Method: get
Path: http://host:port/productCatalogManagement/v4/productOffering
Update a Product Offering by ID
Method: patch
Path: http://host:port/productCatalogManagement/v4/productOffering/{id}