A ProductVariantFile represents a file that is specified for an individual ProductVariant in your Liftoff account.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the product variant file. |
| ProductVariantId | int | The ID of the product variant that the file belongs to. |
| ProductVariant (via $expand) | ProductVariant | The product variant that the file belongs to. |
| Filename | string | The filename of the product variant file. Product variant files may be accessed via [Your Liftoff account code]/files/products/[Filename]. |
