All 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}
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}
Product Specification
Details about a tangible or intangible object made available externally in the form of a product offering to customers or other parties playing a party role.
Create a Product Specification
Method: post
Path: http://host:port/productCatalogManagement/v4/productSpecification
Get a Product Specification by ID
Method: get
Path: http://host:port/productCatalogManagement/v4/productSpecification/{id}
Get Product Specifications
Method: get
Path: http://host:port/productCatalogManagement/v4/productSpecification