Interface: Product
api/model/product.Product
Properties
additionalImageCdnUrl
• Optional
additionalImageCdnUrl: string
[]
Array of URLs of the other images of the product. Does not include the main image.
availability
• Optional
availability: number
| "unknown"
The availiable quantity of this product.
Default
"unknown"`
catalogWid
• Optional
catalogWid: string
The id of the catalog in which this product is located.
currency
• currency: string
The ISO 4217 3 letter currency code. E.g (Swedish krona)
SEK
description
• Optional
description: string
The description of the product.
id
• id: string
Product ID
imageCdnUrl
• Optional
imageCdnUrl: string
The url of the main image of the product.
NOTE: If downloading manually, the filetype must be changed to .jpg to view the image.
imageCount
• Optional
imageCount: number
The number of images of the product.
isHidden
• Optional
isHidden: boolean
true
if the product is hidden from public view.
name
• Optional
name: string
The name of the product.
priceAmount1000
• Optional
priceAmount1000: number
The price of the product in 1000 units.
retailerId
• Optional
retailerId: string
The custom id of the product.
reviewStatus
• Optional
reviewStatus: "NO_REVIEW"
| "PENDING"
| "REJECTED"
| "APPROVED"
| "OUTDATED"
The review status of the product
t
• Optional
t: number
The timestamp when the product was created / 1000
url
• Optional
url: string
The URL of the product.