Merge branch 'integrate-onpoint' into develop

This commit is contained in:
Sinh 2022-09-19 11:10:46 +07:00
commit 86269e4292
1 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,8 @@ type OutboundRequestItem struct {
SupplierSKU string `json:"supplierSKU"`
Quantity int64 `json:"quantity"`
UnitCode string `json:"unitCode"`
Price float64 `json:"price"`
Name string `json:"name"`
}
// CustomerInfo ...