feat: integrate VTP FFM
This commit is contained in:
parent
baf7be0820
commit
ee60175a4d
|
@ -51,6 +51,7 @@ type SpecifiedProductLine struct {
|
||||||
|
|
||||||
type Product struct {
|
type Product struct {
|
||||||
PartnerSku string `json:"partner_sku"`
|
PartnerSku string `json:"partner_sku"`
|
||||||
|
SKU string `json:"sku"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProdCondType struct {
|
type ProdCondType struct {
|
||||||
|
|
Loading…
Reference in New Issue