afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ProductAttributeSetItem.json

107 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "ProductAttributeSetItem - Data API",
"description": "Represents a set 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": {
"Field": {
"type": "reference",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The fields API name."
},
"FieldApiName": {
"type": "string",
"properties": "Filter, Sort",
"description": "A derived field whose values comes from CustomFieldDefinition object."
},
"IsGroupedBy": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates if product variations are grouped by a specific attribute. This field is available in API version 64.0 and later."
},
"ProductAttributeSetId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the product attribute set."
},
"Sequence": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The order that product attributes appear in."
}
},
"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"
},
"Field": {
"field_label": "Custom Field Definition ID",
"type": "picklist",
"length": "255"
},
"FieldApiName": {
"field_label": "FieldApiName",
"type": "string",
"length": "40"
},
"Id": {
"field_label": "Product Attribute Set Item ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsGroupedBy": {
"field_label": "Grouped By",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"ProductAttributeSetId": {
"field_label": "Product Attribute Set ID",
"type": "reference",
"length": "18"
},
"Sequence": {
"field_label": "Sequence",
"type": "int",
"digits": "9"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}