property CartContents.cart_expiry

When this cart expires, in ISO 8601 format.

After this time, the cart contents are no longer valid and should not be used for purchases. Prices and availability may have changed.

Examples

Example 1

"2024-01-15T14:30:00Z"

Example 2

"2024-01-15T09:30:00-05:00"

Type

string

Usage

import { type CartContents } from ".";