Skip to content

Commit 8ac3216

Browse files
Merge pull request #37 from juampynr/patch-1
Add rating and rating cout
2 parents 25c35c2 + 6b45c28 commit 8ac3216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entity/entity.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ type Item struct {
205205
} `json:",omitempty"`
206206
MerchantInfo *struct {
207207
DefaultShippingCountry string
208+
FeedbackCount int
209+
FeedbackRating float64
208210
ID string `json:"Id"`
209211
Name string
210212
} `json:",omitempty"`

0 commit comments

Comments
 (0)