CartChildItemInput
Input for adding child items within a product cluster.
Represents a component item that is part of a configurable product cluster. Contains the same fields as the main item input but excludes cluster-level properties.
input CartChildItemInput {
quantity: Int
notes: String
requestDate: String
productId: Int!
price: Float
}