Compare commits
No commits in common. "79b19999f05b6a2a0dd393999e559f025f65ae0a" and "2094a7b249fca44be1eea2f9cf0c7c7c2dcb568d" have entirely different histories.
79b19999f0
...
2094a7b249
|
@ -51,6 +51,7 @@ type SpecifiedProductLine struct {
|
||||||
|
|
||||||
type Product struct {
|
type Product struct {
|
||||||
PartnerSku string `json:"partner_sku"`
|
PartnerSku string `json:"partner_sku"`
|
||||||
|
ProductId int `json:"product_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProdCondType struct {
|
type ProdCondType struct {
|
||||||
|
|
Loading…
Reference in New Issue