From c83f629fef33295ab3906f4fdd11c55b760c4bcd Mon Sep 17 00:00:00 2001 From: "kyrylo.vydiuk" Date: Thu, 21 Aug 2025 11:05:21 +1000 Subject: [PATCH] fix VariationAttributes type location --- entity/entity.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entity/entity.go b/entity/entity.go index 9c19667..f6a3f5f 100644 --- a/entity/entity.go +++ b/entity/entity.go @@ -182,9 +182,9 @@ type Item struct { Currency string } } `json:",omitempty"` - VariationAttributes []VariationAttribute `json:",omitempty"` } - Offers *struct { + VariationAttributes []VariationAttribute `json:",omitempty"` + Offers *struct { Listings *[]struct { Availability *struct { MaxOrderQuantity int