Skip to main content

CartAddBundleInput

No description

input CartAddBundleInput {
quantity: Int
notes: String
requestDate: String
bundleId: String!
}

Fields

CartAddBundleInput.quantity ● Int scalar

Item quantity

CartAddBundleInput.notes ● String scalar

Item notes

CartAddBundleInput.requestDate ● String scalar

Requested delivery date for this item

CartAddBundleInput.bundleId ● String! non-null scalar

Bundle identifier

Member Of

cartAddBundle mutation