Product Specifications REST Endpoints

Product Specifications
The Product Specifications resource lets you view, create, update, and delete product specifications. A product specification describes the technical characteristics and relationships of a product offered to customers.
Create a product specification
Method: post
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification
Create or update a product specification
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Create or update an array of product specifications
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/productSpecifications
Delete a product specification
Method: delete
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Get a product specification
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Get all product specifications
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification
Update a product specification
Method: patch
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v5/productSpecification/{id}