Skip to content

Commit 907d668

Browse files
authored
Merge pull request #532 from Ecwid/ECWID-173256
ECWID-173256 add AttributeType TAGS/SUPPLIER
2 parents 02c350a + 4922029 commit 907d668

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/producttype/enums/AttributeType.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ enum class AttributeType {
1717
EXTERNAL_ITF,
1818
EXTERNAL_JAN,
1919
EXTERNAL_CUSTOM,
20-
EXTERNAL_UPC
20+
EXTERNAL_UPC,
21+
TAGS, // External for promo sync
22+
SUPPLIER, // External for promo sync
2123
}

0 commit comments

Comments
 (0)