Product Specification REST Endpoints
Product Specification
The Product Specification resource lets you view, create, update, and delete product specifications. A product specification is a detailed description of a tangible or intangible object that is externally available as a product offering to customers. A product specification, also known as product type, consists of detailed description of tangible or intangible characteristics that are made externally available through the product offer. These are the attributes associated with a product offer and define the technical aspects of the product offer.
- Create a Product Specification
- Method: postPath:
https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification
- Delete a Product Specification
- Method: deletePath:
https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}
- Get a Product Specification
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}
- Get all Product Specifications
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification
- Update a Product Specification
- Method: patchPath:
https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}