diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx
index 36fd5cb..d9d14ef 100644
--- a/src/pages/Order/List/index.tsx
+++ b/src/pages/Order/List/index.tsx
@@ -1385,6 +1385,12 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
{ label: 'uniuni', value: 'uniuni' },
{ label: 'tms.freightwaves', value: 'freightwaves' },
]);
+ const [courierCompany, setCourierCompany] = useState([
+ { label: 'UNIUNI', value: 'UNIUNI' },
+ { label: 'PuroYYZ', value: 'PuroYYZ' },
+ { label: 'CPYYZ', value: 'CPYYZ' },
+ { label: 'UPSYYZ7000NEW', value: 'UPSYYZ7000NEW' },
+ ]);
return (