Compare commits
2 Commits
79b19999f0
...
d2cf1a4dfd
Author | SHA1 | Date |
---|---|---|
Sinh | d2cf1a4dfd | |
Sinh | ee60175a4d |
|
@ -51,6 +51,7 @@ type SpecifiedProductLine struct {
|
|||
|
||||
type Product struct {
|
||||
PartnerSku string `json:"partner_sku"`
|
||||
SKU string `json:"sku"`
|
||||
}
|
||||
|
||||
type ProdCondType struct {
|
||||
|
|
Loading…
Reference in New Issue