From 484afc3b9cb910911fc2695bbfaf5b897bc592c3 Mon Sep 17 00:00:00 2001 From: Marat Amirov Date: Thu, 16 Oct 2025 13:47:23 +0400 Subject: [PATCH] ECWID-169265 X+E: Stream additional product identifiers. Add additional product codes to the Google Shopping feed --- .../apiclient/v3/dto/producttype/enums/AttributeType.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/producttype/enums/AttributeType.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/producttype/enums/AttributeType.kt index 9b28bdb05..f4d5eccb5 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/producttype/enums/AttributeType.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/producttype/enums/AttributeType.kt @@ -11,5 +11,10 @@ enum class AttributeType { EBAY, EBAY_REQUIRED, PRICE_PER_UNIT, - UNITS_IN_PRODUCT + UNITS_IN_PRODUCT, + EXTERNAL_EAN, + EXTERNAL_ISBN, + EXTERNAL_ITF, + EXTERNAL_JAN, + EXTERNAL_CUSTOM }