Types > Reservation
Commerce APITypesReservation
Reservation

Description

Topic: Inventory

Fields

comment: String!

Commentary for reference


created_at: String!

Date and time reservation was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


customer: Customer

Optional customer associated with a reservation

Expandable

Permission bit: "customers.read"


expires_at: String

Date and time when reservation will be automatically nullified

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique reservation identifier. See also: Unique Identifiers

Example: "rx_EQzGqWoY"


items: [ReservationItem!]!


Used By

Mutations

reservationsCreate, reservationsModify

Queries

reservations

Types

ReservationPage, VariantInventoryState

Preview (typescript)

Loading module