Interface ProductListed

Map that contains translations for any given language (UUID is id of language)

Hierarchy

Properties

available: boolean
cover: null | CdnMedia
google_product_category: null | number
has_schemas: boolean

Indicates if the product has at least one schema, so it cannot be added to cart directly

id: string
metadata: Metadata
metadata_private?: Metadata
name: string
prices_base: Price[]

Contains base price for every currency

prices_max: Price[]
prices_max_initial: Price[]
prices_min: Price[]
prices_min_initial: Price[]
public: boolean
published: string[]

Array of language ids for which this entity is published

purchase_limit_per_user: null | number

If not null, single user can buy only this amount of products

quantity_step: number
shipping_date: null | string
shipping_digital: boolean

If true, the product will be available to deliver only via ShippingType.Digital methods

shipping_time: null | number
slug: string
tags: Tag[]
translations?: TranslationsRecord<ProductListedTranslatable>
visible: boolean

Generated using TypeDoc