diff --git a/supply/sku.go b/supply/sku.go index 01edc3b..21607b4 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -202,8 +202,10 @@ type SkuInfo struct { Name string `json:"name"` SourceSkuId string `json:"jdSkuId"` SupplyPrice decimal.Decimal `json:"supplyPrice"` + CustomerPrice decimal.Decimal `json:"customerPrice"` GuidePrice decimal.Decimal `json:"guidePrice"` Profit decimal.Decimal `json:"profit"` + CustomerProfitRate decimal.Decimal `json:"customerProfitRate"` UpcCode string `json:"upcCode"` Color string `json:"color"` Size string `json:"size"`