Skip to main content

checkoutLinesAdd

Adds a checkout line to the existing checkout.

checkoutLinesAdd(
checkoutId: ID!
lines: [CheckoutLineInput!]!
): CheckoutLinesAdd

Arguments

checkoutLinesAdd.checkoutId ● ID! non-null scalar

The ID of the checkout.

checkoutLinesAdd.lines ● [CheckoutLineInput!]! non-null input

A list of checkout lines, each containing information about an item in the checkout.

Type

CheckoutLinesAdd object

Adds a checkout line to the existing checkout.

Was this page helpful?