Skip to main content

A checkout lane within a store, carrying the name it is known by and the prefix it applies to shopper-facing order identifiers.

id
string
required

Unique identifier for the record.

created_at
string<date-time>
required

When the record was created.

name
string | null
required

Human-readable lane name.

order_id_prefix
string
required

Prefix added to shopper-facing order identifiers created by this lane.

store_id
string
required

ID of the store where the lane is located.

Pattern: ^[0-9]+$
updated_at
string<date-time>
required

When the record was last changed.

virtual
boolean
required

Whether the lane exists only to attribute orders and has no physical terminal.