Get Fulfillment Order Activity Log
GET/api/fulfillment-orders/:fulfillmentOrder/activity-log
Paginated audit trail for a single fulfillment order — created, warehouse move, shipping-method change, submit, merge, cancel — newest first. The same events also roll up onto the parent sales order's Activity tab (GET /api/v2/sales-orders/{salesOrder}/activity-log).
Query params (all optional):
per_page(integer, default 15)filter[search](string) — searches causer name / event / property changesfilter[event](string) — exact event match (created, updated, deleted)filter[source](string) — matchesproperties.source
Request
Responses
- 200
OK
Response Headers
Content-Type