All REST Endpoints
Product Offering
Represents entities that are orderable from the catalog provider. This includes pricing information.
- Create a Product Offering
- Method: postPath:
http://host:port/productCatalogManagement/v4/productOffering - Delete a Product Offering
- Method: deletePath:
http://host:port/productCatalogManagement/v4/productOffering/{id} - Get a Product Offering's Details
- Method: getPath:
http://host:port/productCatalogManagement/v4/productOffering/{id} - Get Product Offerings
- Method: getPath:
http://host:port/productCatalogManagement/v4/productOffering - Update a Product Offering by ID
- Method: patchPath:
http://host:port/productCatalogManagement/v4/productOffering/{id}
Product Offering Price
Describes prices related to product offerings.
- Create Pricing for a Product Offering
- Method: postPath:
http://host:port/productCatalogManagement/v4/productOfferingPrice - Delete Pricing from a Product Offering
- Method: deletePath:
http://host:port/productCatalogManagement/v4/productOfferingPrice/{id} - Get the Pricing for a Product Offering
- Method: getPath:
http://host:port/productCatalogManagement/v4/productOfferingPrice - Get the Pricing for a Product Offering by ID
- Method: getPath:
http://host:port/productCatalogManagement/v4/productOfferingPrice/{id} - Update the Pricing for a Product Offering
- Method: patchPath:
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: postPath:
http://host:port/productCatalogManagement/v4/productSpecification - Get a Product Specification by ID
- Method: getPath:
http://host:port/productCatalogManagement/v4/productSpecification/{id} - Get Product Specifications
- Method: getPath:
http://host:port/productCatalogManagement/v4/productSpecification