Product Visuals [sn_shop_supplier_product_artifact] table
The Product Visuals [sn_shop_supplier_product_artifact] table stores product images and media.
This table contains the following fields.
| Field | Data type | Description |
|---|---|---|
| Name | String | Name of the product visual artifact. |
| Product model | Reference | Product model associated with this artifact. |
| Image | Image | Image file for the product artifact. |
| Type | Choice | Type of artifact. The options are Image, Video, or PDF. |
| Thumbnail url | URL | URL of the thumbnail image for the artifact. |
| Youtube url | URL | YouTube URL of the artifact video. |
| Image url | URL | URL of the artifact image. |
| Active | Boolean | Indicates whether the artifact is active. |
| Primary | Boolean | Indicates whether the artifact is the primary artifact for the product. |
| Video | Video | Video file associated with the artifact. |
| Document | Attachment | File attachment for the artifact, such as a PDF. |
| Video source | Choice | Source of the video. The options are Upload or YouTube video. |