mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"field_reference"
|
|
],
|
|
"title": "ProductAttributeSet - Data API",
|
|
"description": "Represents a group of attributes that can be associated with a product. This object is available in API version 50.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Description": {
|
|
"type": "textarea",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "Text description of the product attribute set."
|
|
},
|
|
"DeveloperName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The unique name of the object in the API. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
|
|
},
|
|
"Language": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "Possible values are: da—Danish de—German en_US—English esSpanish es_MX—Spanish (Mexico) fi—Finnish fr—French it—Italian ja—Japanese ko—Korean nl_NL—Dutch no—Norwegian pt_BR—Portuguese (Brazil) ru—Russian sv—Swedish th—Thai zh_CN—Chinese (Simplified) zh_TW—Chinese (Traditional)"
|
|
},
|
|
"MasterLabel": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "Label of the product attribute set."
|
|
}
|
|
},
|
|
"special_access_rules": "You must have the B2B Commerce license and a CMS workspace to access products.",
|
|
"field_reference": {
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"Description": {
|
|
"field_label": "Description",
|
|
"type": "textarea",
|
|
"length": "255"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "Developer Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"Id": {
|
|
"field_label": "Product Attribute Set ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"Language": {
|
|
"field_label": "Master Language",
|
|
"type": "picklist",
|
|
"length": "40"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"MasterLabel": {
|
|
"field_label": "Master Label",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"NamespacePrefix": {
|
|
"field_label": "Namespace Prefix",
|
|
"type": "string",
|
|
"length": "15"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |