DocumentationTypesInterfaces

Wishlist

amerta


amerta / payload-types / Wishlist

Interface: Wishlist

Defined in: payload-types.ts:3167

This interface was referenced by Config's JSON-Schema via the definition "wishlist".

Properties

createdAt

createdAt: string

Defined in: payload-types.ts:3189


customer?

optional customer: string | Customer | null

Defined in: payload-types.ts:3176

Customer linked when logged in


id

id: string

Defined in: payload-types.ts:3168


items?

optional items: { addedAt?: string | null; id?: string | null; product: string | Product; }[] | null

Defined in: payload-types.ts:3181


sessionId?

optional sessionId: string | null

Defined in: payload-types.ts:3180

Session identifier for anonymous wishlists


updatedAt

updatedAt: string

Defined in: payload-types.ts:3188


wishlistId

wishlistId: string

Defined in: payload-types.ts:3172

Unique wishlist identifier for anonymous users