Skip to main content

List Shipments

GET 

/api/magento2/integration-instances/:magento2IntegrationInstance/shipments

Paginated Magento 2 shipments for the instance, newest first (by magento_created_at, then id).

Response contract (matches the frontend Magento2Shipment type): shipment_number (shipment's own Magento increment), magento_order_id (internal magento2_orders.id — drives the order link + tooltip), magento_increment_id (ORDER increment — the user-facing reference), status (pushed | synced), carrier (alias of tracking_carrier), source_code (MSI source).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type