CheckoutHold

View normalized Markdown

How long a cart keeps its reserved availability before it can be canceled

graphql
type CheckoutHold {
  expiresAt: DateTime
  secondsRemaining: Int
}

Fields

CheckoutHold.expiresAt · DateTime scalar

When the hold ends. Null when the cart has no hold.

CheckoutHold.secondsRemaining · Int scalar

Seconds until the hold ends, never below zero. Null when the cart has no hold.

Member Of

Request object

Ready to Get Started?

Book a free demo or reach out — we’d love to hear from you.