UNPKG

@pipedream/shipstation

Version:

Pipedream ShipStation Components

21 lines (20 loc) 347 B
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", }, ], };