Skip to main content

checkoutLinesUpdate

Updates checkout line in the existing checkout.

checkoutLinesUpdate(
checkoutId: ID!
lines: [CheckoutLineInput!]!
): CheckoutLinesUpdate

Arguments

checkoutLinesUpdate.checkoutId ● ID! non-null scalar

The ID of the checkout.

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

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

Type

CheckoutLinesUpdate object

Updates checkout line in the existing checkout.

Was this page helpful?