...
Type | Description |
page_reference | A reference to a page on the online store. This is a special Shopify URL. Example: “gid://shopify/OnlineStorePage/1” |
product_reference | A reference to a product on the online store. This is a special Shopify URL. Example: “gid://shopify/Product/1” |
variant_reference | A reference to a product variant on the online store. This is a special Shopify URL. Example: “gid://shopify/ProductVariant/1” |
file_reference | A reference to a file on the online store. The file_reference can be mapped as a Field or a Attachment(Url) on Products and Variants. Field: Use a Url where Shopify candownload the file. The Url need to have the file name in the last part of the Url like https://filedownload.com/pdf-files/filename.pdf?page=2. The file_reference as field is translatable. Attachment(Url): Use a Perion File feature to upload files stored in Perfion. The file_reference as attachment is not translatable. |
...