checkoutLinesAdd Mutation
Adds a checkout line to the existing checkout.
Arguments
#
lines
[ CheckoutLineInput !]!
Non-null
A list of checkout lines, each containing information about an item in the checkout.
Response
#
Returns CheckoutLinesAdd .