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

164 lines
4.5 KiB
JSON

{
"sections": [
"title",
"description",
"special_access_rules",
"field_reference"
],
"title": "ProductRelatedComponent - Data API",
"description": "Represents a product that is included in a product bundle, a set, or a product and an add-on. This object is available in API version 57.0 and later.",
"special_access_rules": "In version 58.0 and later, this object is available when B2B Commerce, B2C Commerce, Industries Automotive, Industries EPC, or Subscription Management is enabled. In version 57.0, this object is available when B2B Commerce, B2C Commerce, or Industries Automotive is enabled.\n\nIn version 58.0 and later, this object is available when B2B Commerce, B2C Commerce, Industries Automotive, Industries EPC, or Subscription Management is enabled.\n\nIn version 57.0, this object is available when B2B Commerce, B2C Commerce, or Industries Automotive is enabled.",
"field_reference": {
"ChildProductClassificationId": {
"field_label": "Product Classification ID",
"type": "reference",
"length": "18"
},
"ChildProductId": {
"field_label": "Product ID",
"type": "reference",
"length": "18"
},
"ChildProductRole": {
"field_label": "Child Product Role",
"type": "picklist",
"length": "255"
},
"ChildSellingModelId": {
"field_label": "Product Selling Model ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DoesBundlePriceIncludeChild": {
"field_label": "Price includes component",
"type": "boolean"
},
"Id": {
"field_label": "Product Related Component ID",
"type": "id",
"length": "18"
},
"IsComponentRequired": {
"field_label": "Require this component",
"type": "boolean"
},
"IsDefaultComponent": {
"field_label": "Include component by default",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsQuantityEditable": {
"field_label": "Allow quantity changes",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LastReferencedDate": {
"field_label": "Last Referenced Date",
"type": "datetime"
},
"LastViewedDate": {
"field_label": "Last Viewed Date",
"type": "datetime"
},
"MaxQuantity": {
"field_label": "Max Quantity",
"type": "double",
"precision": "18",
"scale": "2"
},
"MinQuantity": {
"field_label": "Min Quantity",
"type": "double",
"precision": "18",
"scale": "2"
},
"Name": {
"field_label": "Product Related Component Name",
"type": "string",
"length": "255"
},
"ParentProductId": {
"field_label": "Product ID",
"type": "reference",
"length": "18"
},
"ParentProductRole": {
"field_label": "Parent Product Role",
"type": "picklist",
"length": "255"
},
"ParentSellingModelId": {
"field_label": "Product Selling Model ID",
"type": "reference",
"length": "18"
},
"ProductComponentGroupId": {
"field_label": "Product Component Group ID",
"type": "reference",
"length": "18"
},
"ProductRelationshipTypeId": {
"field_label": "Product Relationship Type ID",
"type": "reference",
"length": "18"
},
"Quantity": {
"field_label": "Quantity",
"type": "double",
"precision": "18",
"scale": "2"
},
"QuantityScaleMethod": {
"field_label": "Quantity Scaling Method",
"type": "picklist",
"length": "255"
},
"QuoteVisibility": {
"field_label": "Quote Visibility",
"type": "picklist",
"length": "255"
},
"Sequence": {
"field_label": "Sequence",
"type": "int",
"digits": "9"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"UnitOfMeasureId": {
"field_label": "Unit of Measure ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"precision",
"scale",
"digits"
]
}