property CartContents.id

A unique identifier for this cart.

This should be a unique string that identifies this specific cart and its contents.

Examples

Example 1

"cart_abc123def456"

Example 2

"merchant-cart-789012"

Type

string

Usage

import { type CartContents } from ".";