One-time setup
- In Centra, go to System β Configuration and create a custom product attribute group named
ge_product_data. If that group already exists for other Global-e product fields, add the element in step 2 to it β Centra does not allow two attribute groups with the same name, so you cannot create a second group. - Add an element with key
garan_image_url, type input, description Global-E GARAN Label Image URL. - The Global-e adapter reads these names as-is. There is no mapping dropdown in the adapter.
Per product
On each qualifying product, set Global-E GARAN Label Image URL to the full HTTPS URL of that productβs GARAN PNG. Leave it empty for products with no guarantee.
Set this at product level. All size and colour variants of the same product carry the same URL.
When the value syncs
The value is read when the shopper checks out, on both Centraβs DTC API and the Checkout API. Updating the product attribute alone does not send the label β a checkout must run.Prerequisites
Delivery paths
SendCart only:SendCartData.Products[].GaranImageURL. The adapter reads the same attribute on both Centraβs DTC API and Checkout API at checkout β you do not set a second field.
Platform notes
The attribute is product-level (group: product). All size and colour variants of the same product carry the same URL. Per-SKU or per-variant values are not supported in the current implementation.
Payload reference
For technical readers. The field name isGaranImageURL on SendCart (SendCartData.Products[]).
Cart β SendCartData.Products[]
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 I need a different field for DTC vs Checkout API?
Do I need a different field for DTC vs Checkout API?
No. The same
ge_product_data / garan_image_url attribute is read on both checkout paths.Do product variants each need their own URL?
Do product variants each need their own URL?
No. Set the value on the product β all size and colour variants inherit the same URL. Per-variant values are not supported in the current implementation.
Can I name the attribute something else?
Can I name the attribute something else?
No. The adapter looks up this group and element by those exact keys. A different name is treated as missing and sent as
null.
