We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad6a32 commit c83f629Copy full SHA for c83f629
entity/entity.go
@@ -182,9 +182,9 @@ type Item struct {
182
Currency string
183
}
184
} `json:",omitempty"`
185
- VariationAttributes []VariationAttribute `json:",omitempty"`
186
187
- Offers *struct {
+ VariationAttributes []VariationAttribute `json:",omitempty"`
+ Offers *struct {
188
Listings *[]struct {
189
Availability *struct {
190
MaxOrderQuantity int
0 commit comments