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
/
sources
/
common
/
constants.mjs
21 lines
(20 loc)
•
347 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export default { WEBHOOK_EVENTS: [ {
label
:
"On New Orders"
, value:
"ORDER_NOTIFY"
, }, {
label
:
"On New Items"
, value:
"ITEM_ORDER_NOTIFY"
, }, {
label
:
"On Orders Shipped"
, value:
"SHIP_NOTIFY"
, }, {
label
:
"On Items Shipped"
, value:
"ITEM_SHIP_NOTIFY"
, }, ], };