CheckoutCreateInput Input Object
Fields
#
lines
[ CheckoutLineInput !]!
Non-null
A list of checkout lines, each containing information about an item in the checkout.
shippingAddress
The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items.
Usages
#
References
#
- Argument input of field checkoutCreate from type Mutation