CartCreateInput
is an input object type representing the information required to create a cart.
Fields
items
: CartItemsInput!
CartItemsInput
object representing the items to be added to the cart.
buyerIdentity
: BuyerIdentityInput
BuyerIdentityInput
object representing the buyer's identity (optional).