DocumentationTypesInterfaces
Wishlist
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?
optionalcustomer:string|Customer|null
Defined in: payload-types.ts:3176
Customer linked when logged in
id
id:
string
Defined in: payload-types.ts:3168
items?
optionalitems: {addedAt?:string|null;id?:string|null;product:string|Product; }[] |null
Defined in: payload-types.ts:3181
sessionId?
optionalsessionId: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