Hierarchy

  • BaseMongoEntity
    • ProductEntity

Implements

Constructors

Properties

additionalInformation: string

Extra information that is added to the variant.

addressLine1: string

Address line 1 *

addressLine2: string

Address line 2 *

addressLine3: string

Address line 3 *

attributes: ProductAttribute[]

Product attributes

categoryId: string

Category ID

customFields: Record<string, unknown>

Custom fields

description: string

A description of the product.

dimensions: string

The size of the product.

features: NameValuePair[]

A list of product features.

geoCoordinatesField?: GeoCoordinatesField

The geo coordinate date of the project.

imageIds: string[]

Product image IDs

isPromoted?: boolean

The promotion status of a product.

locationIds: string[]

Location IDs

name: string

Name of the product

organizationId: string

Organization ID

postalCode: string

Postal Code

publication: ProductPublication

Publication information of the product.

tags: string[]

Tags that are used for filtering and search.

variantNote: string

Extra information that is added to the variant.

Generated using TypeDoc