checkoutLinesUpdate
Updates checkout line in the existing checkout.
checkoutLinesUpdate(
checkoutId: ID
id: ID
lines: [CheckoutLineUpdateInput!]!
token: UUID
): CheckoutLinesUpdate
Arguments
checkoutLinesUpdate.checkoutId ● ID scalar
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
checkoutLinesUpdate.id ● ID scalar
The checkout's ID.
Added in Saleor 3.4
checkoutLinesUpdate.lines ● [CheckoutLineUpdateInput!]! non-null input
A list of checkout lines, each containing information about an item in the checkout.
checkoutLinesUpdate.token ● UUID scalar
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
Type
CheckoutLinesUpdate object
Updates checkout line in the existing checkout.
Was this page helpful?