Shopify » Reference fields
A Shopify Reference field works similarly to the ACF reference type. From an editor's perspective, there is no functional difference, but the Liquid code now returns the referenced object directly without the need to do a lookup via a global object using a handle. So for example a Product reference returns the referenced product directly:
If you are referencing a file or an image from your Files list in Shopify, you can get the associated URL using the Liquid filters file_url and file_img_url:
Shopify reference field values cannot successfully be transferred to other stores due to the use of internal Shopify ids, which will vary across stores
However, using ACF, you can choose to export Shopify Product references and Shopify Collection references using their respective handles, which you can then import into another store assuming the handles match across your stores
Last updated