One-time setup
- Create a new custom field on the Product entity to hold the GARAN URL (text), and give it a technical name.
- In the Global-e plugin settings, under the Products section, set GARAN Image URL Attribute to that technical name. There is no fixed custom-field name — the plugin uses whatever you enter here (same pattern as HS Code Attribute).
- Make sure Enable save product list is switched on if you want the catalog path. If it is off, only the cart path will carry the value.
Per product
Populate the custom field on each product or variant with the full HTTPS URL of that item’s GARAN PNG. Leave it empty where there is no guarantee.
For variants, see Platform notes — an empty variant field can inherit the parent URL.
When the value syncs
The catalog path picks the value up when the product is written in Shopware (create or update), if Enable save product list is on. The cart path reads the custom field when the shopper checks out.Prerequisites
Delivery paths
The value reaches Global-e on two paths: the catalog sync (SaveProductsList) and at checkout (SendCart / GetCart).
Platform notes
If a variant’s custom field is empty and the parent product has a value, the plugin uses the parent URL. Set the field on the parent if every variant shares one label; set it on the variant when a size or colour needs a different file. Do not put the GARAN PNG in the normal product image slot. The plugin keepsImageURL (storefront photo) and GaranImageURL (guarantee label) as separate fields.
Payload reference
For technical readers. The field name isGaranImageURL on both the catalog and cart contracts.
Cart — SendCartData.Products[]
GaranImageURL is null and no attachment is generated for it.
Verify
Activation modes and the general preparation steps — opting in, identifying qualifying products, and creating and hosting the GARAN PNG — are covered on the EU Consumer Guarantee Information (Notice & GARAN) overview page.
FAQ
Do variants each need their own URL?
Do variants each need their own URL?
Only if they differ. An empty variant custom field uses the parent product’s value.
Can I reuse the product image field?
Can I reuse the product image field?
No.
ImageURL is the storefront photo. GARAN must be a separate custom field mapped in GARAN Image URL Attribute.
