"createdAt": "2024-08-21T20:56:02.092Z",
"id": "b5e49a3e-2436-4755-bf7a-daff83b31f7e",
"code": "parts",
"title": "Product Parts",
"type": "object",
"description": "List of identifiers of the related product parts and promotion",
"searchable": false,
"filterable": false,
"sortable": false,
"system": false,
"schema": {
"properties": {
"parts": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"title": {
"type": "string",
"maxLength": 1024
},
"amount": {
"type": "number",
"minimum": 0
},
"currencyCode": {
"type": "string",
"minLength": 3,
"maxLength": 3,
"pattern": "^[A-Z][A-Z][A-Z]$"
},
"items": {
"type": "array",
"properties": {
"productId": {
"type": "string",
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"qty": {
"type": "number",
"minimum": 0,
"maximum": 100
}
}
}
}
}
}
}
}
- ProductDetails; JSON in credentials file to see Product Details tab in details table; https://lagomus.atlassian.net/browse/LEC-3142
Entry required: "attributeSetDetails": "ProductDetails"
- Parts: Create an attribute set named “Parts“ and assign the bundle parts