Skip to Content
OperationsActions

Operation Actions

Order Actions

ActionDescriptionUndoable
update_statusChange the status of selected ordersYes
add_tagAdd a tag to selected ordersYes
remove_tagRemove a tag from selected ordersYes
add_noteAdd a note to selected ordersNo
assign_dispatcherRoute orders through a dispatcherNo
trigger_syncRe-sync orders from source bridgeNo
push_fulfillmentPush fulfillment to source platformNo
exportExport to CSVN/A

Shipment Actions

ActionDescriptionUndoable
update_statusChange shipment statusYes
sync_trackingRefresh tracking dataNo
void_labelsVoid shipping labelsNo
exportExport to CSVN/A

Action Parameters

Each action type requires specific parameters:

update_status

{ "type": "update_status", "value": "processing" }

add_tag / remove_tag

{ "type": "add_tag", "value": "priority" }

add_note

{ "type": "add_note", "value": "Reviewed by operations team" }

push_fulfillment

{ "type": "push_fulfillment" }

No additional parameters — uses the order’s current shipment data.

export

{ "type": "export", "format": "csv" }