CheckoutHold
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