CartItemProductProfileCustomAttribute
Product profile custom attribute
This page contains
Fields
| attributeKey: String! | Stable key for the attribute (e.g. nocheckoutchange, locked_checkout_unit_quantity) |
| attributeType: String | Presentation type from catalog (e.g. TEXT_WITH_LOCALIZATION, MULTISELECT) |
| label: String | Display label from catalog |
| valueKeys: [String!] | Selected value keys when the attribute uses discrete options |
| value: String | Single string value (e.g. localized JSON for delivery lead time) |
| valueOptions: [CartItemProductCustomAttributeValueOption!] PREVIEW | Options for multiselect-style attributes |
Parent objects of CartItemProductProfileCustomAttribute
| CartItemProductCustomAttributes PREVIEW | Product-level custom attributes for a catalog product on a cart line |