CartChildItemInput
No description
input CartChildItemInput {
productId: Int!
price: Float
}
Fields
CartChildItemInput.productId
● Int!
non-null scalar
Product ID of the child item.
CartChildItemInput.price
● Float
scalar
Cart item unit price. Defaults to calculated price. Only use for external pricing.
Member Of
CartAddItemInput
input