Skip to main content

CartUnOrderableItem

No description

type CartUnOrderableItem {
itemId: String!
parentItemUUID: String
priceMode: PriceMode
quantity: Int
price: Float
notes: String
productId: Int!
clusterId: Int
bundleId: String
}

Fields

CartUnOrderableItem.itemId ● String! non-null scalar

Item ID of the cart item, this id can be used for update or delete mutation for this cart item.

CartUnOrderableItem.parentItemUUID ● String scalar

Id of the parent cart item.

CartUnOrderableItem.priceMode ● PriceMode enum

Price mode for this cart item, if not set the platform default will be used.

CartUnOrderableItem.quantity ● Int scalar

Quantity for the cart item

CartUnOrderableItem.price ● Float scalar

Price for the cart item, used when priceMode === EXTERNAL

CartUnOrderableItem.notes ● String scalar

Customer notes for the cart item

CartUnOrderableItem.productId ● Int! non-null scalar

Product identifier

CartUnOrderableItem.clusterId ● Int scalar

Cluster ID the item belongs to. Any child items provided must be part of the cluster's configuration as well.

CartUnOrderableItem.bundleId ● String scalar

Cluster ID the item belongs to. Any child items provided must be part of the cluster's configuration as well.

Member Of

Cart object