Skip to content

Commit 6eb7891

Browse files
committed
ECWID-173256 add AttributeType TAGS/SUPPLIER
1 parent 02c350a commit 6eb7891

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)