Skip to content

Commit

Permalink
feat: MarketMarketItem add SKU field
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent c8ccd8c commit c1bdeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ type MarketMarketItem struct {
VariantsGroupingID int `json:"variants_grouping_id"`
PropertyValues []MarketMarketItemProperty `json:"property_values"`
CartQuantity int `json:"cart_quantity"`
SKU string `json:"sku"`
}

// UnmarshalJSON MarketMarketItem.
Expand Down

0 comments on commit c1bdeb1

Please sign in to comment.