Skip to main content
Part of the EU Consumer Guarantee (Notice & GARAN) - Platform Setup Guides.

One-time setup

  1. Create a new custom field on the Product entity to hold the GARAN URL (text), and give it a technical name.
  2. 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).
  3. 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

The GARAN URL must live on a Shopware product custom field. Putting the URL only in product media, extra attributes, or MetaData will not populate GaranImageURL.
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 keeps ImageURL (storefront photo) and GaranImageURL (guarantee label) as separate fields.

Payload reference

For technical readers. The field name is GaranImageURL on both the catalog and cart contracts. Cart — SendCartData.Products[]
Catalog — POST /Browsing/SaveProductsList (expected shape; same top-level key)
The t-shirt has no guarantee — 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

Only if they differ. An empty variant custom field uses the parent product’s value.
No. ImageURL is the storefront photo. GARAN must be a separate custom field mapped in GARAN Image URL Attribute.