Skip to main content

CartChildItemInput

No description

input CartChildItemInput {
quantity: Int
notes: String
productId: Int!
price: Float
}

Fields

CartChildItemInput.quantity ● Int scalar

Item quantity

CartChildItemInput.notes ● String scalar

Item notes

CartChildItemInput.productId ● Int! non-null scalar

Product unique identifier

CartChildItemInput.price ● Float scalar

Cart item unit price. Defaults to calculated price. Only use for external pricing.

Member Of

CartAddItemInput input