ProductSpecificationType
Parent Type
File Suffix and Directory Location
ProductSpecificationType components have the suffix .productSpecificationType and are stored in the productSpecificationTypes folder.
Version
ProductSpecificationType components are available in API version 60.0 and later.
Special Access Rules
Ensure Product Catalog Management is enabled to access this metadata type.
Fields
Field Name | Description |
---|---|
description |
|
masterLabel |
|
Declarative Metadata Sample Definition
The following is an example of a ProductSpecificationType component.
<ProductSpecificationType xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>sample</masterLabel>
<description>Sample Description</description>
</ProductSpecificationType>
The following is an example package.xml that references the previous definition.
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ProductSpecificationType</name>
</types>
<version>64.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.