diff --git a/shipstation_integration/orders.py b/shipstation_integration/orders.py index 996e8b8..4fb3754 100644 --- a/shipstation_integration/orders.py +++ b/shipstation_integration/orders.py @@ -148,7 +148,7 @@ def create_erpnext_order(order: "ShipStationOrder", store: "ShipstationStore") - so.append('items', { 'item_code': item_code, 'qty': item.quantity, - 'uom': 'Each', + 'uom': 'Ea', 'conversion_factor': 1, 'rate': rate, 'warehouse': store.warehouse