Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProductImage

Index

Properties

created_at

created_at: string

The date when the image was created

readonly

height

height: number

The height of the image in pixels.

readonly

id

id: number

The unique id of the collection

position

position: number

The order of the product image in the list. The first product image is at position 1 and is the "main" image for the product.

product_id

product_id: number

The id of the product associated with the image.

src

src: string

Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image. For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).

updated_at

updated_at: string

The date when the image was last updated

readonly

variant_ids

variant_ids: number[]

An array of variant ids associated with the image.

width

width: number

The width of the image in pixels.

readonly

Generated using TypeDoc