diff --git a/entity/entity.go b/entity/entity.go index 19a5241..9c19667 100644 --- a/entity/entity.go +++ b/entity/entity.go @@ -205,6 +205,8 @@ type Item struct { } `json:",omitempty"` MerchantInfo *struct { DefaultShippingCountry string + FeedbackCount int + FeedbackRating float64 ID string `json:"Id"` Name string } `json:",omitempty"`