add partner product code
This commit is contained in:
parent
1384cae433
commit
dfdccfa86a
|
@ -37,11 +37,12 @@ type InsuranceOpts struct {
|
|||
|
||||
// OutboundRequestItem ...
|
||||
type OutboundRequestItem struct {
|
||||
SupplierSKU string `json:"supplierSKU"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
UnitCode string `json:"unitCode"`
|
||||
Price float64 `json:"price"`
|
||||
Name string `json:"name"`
|
||||
SupplierSKU string `json:"supplierSKU"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
UnitCode string `json:"unitCode"`
|
||||
Price float64 `json:"price"`
|
||||
Name string `json:"name"`
|
||||
PartnerProductCode string `json:"partnerProductCode"`
|
||||
}
|
||||
|
||||
// CustomerInfo ...
|
||||
|
|
Loading…
Reference in New Issue