A ProductVariantImage represents an image that is specified for an individual ProductVariant in your Liftoff account.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the product variant image. |
ProductVariantId | int | The ID of the product variant that the image belongs to. |
ProductVariant (via $expand) | ProductVariant | The product variant that the image belongs to. |
SourceUrl | string | The source URL from which to retrieve the product variant image file. This property is accepted only in POST and PATCH requests. It is not stored or returned in GET requests. |
Filename | string | The filename of the product variant image file. Product variant images may be accessed via https://liftoff-shop.imgix.net/[Your Liftoff account code]/images/products/[Filename]. |
Sequence | int | The display sequence of this image option relative to other images for the product variant. |