UNPKG
@pipedream/shipstation
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Pipedream ShipStation Components
pipedream.com/apps/shipstation
@pipedream/shipstation
/
actions
/
common
/
constants.mjs
10 lines
(9 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
{ ORDER_STATUSES: [
"awaiting_payment"
,
"awaiting_shipment"
,
"shipped"
,
"on_hold"
,
"cancelled"
, ], };