Skip to main content

checkoutLines

List all checkout lines. Requires MANAGE_CHECKOUTS permission.

checkoutLines(
before: String
after: String
first: Int
last: Int
): CheckoutLineCountableConnection!

Arguments

checkoutLines.before ● String scalar

Returns the items in the list that come before the specified cursor.

checkoutLines.after ● String scalar

Returns the items in the list that come after the specified cursor.

checkoutLines.first ● Int scalar

Returns the first n items from the list.

checkoutLines.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

CheckoutLineCountableConnection object

A connection to a list of items.

Was this page helpful?