Skip to main content

Shipfusion

📄️List Orders

List Shipfusion orders for the integration instance (paginated). Each order carries its resolved SKU fulfillment link (`sku_fulfillment`) for the 'SKU Order' card — resolved FulfillmentOrder-first so a deferred-FO order still links — plus the scalar tracking fields (`tracking_number`, `carrier`, `shipped_at`) derived from the order's stored payload (per-box detail lives on the separate Packages endpoint). Supports Spatie QueryBuilder filters, advanced filter operators, grouped filter trees, and sorting. Authenticate with a Personal Access Token (PAT) Bearer token.

📄️Get Order Detail (JSON)

Get full detail for a single Shipfusion order. Returns the resource fields the standalone order detail page renders (id, integration_instance_id, shipfusion_id, order_number, shipment_status, warehouse, order_date, tracking_number, carrier, shipped_at, has_detailed_data, details_last_updated, timestamps), the linked `sku_fulfillment` card (resolved FulfillmentOrder-first so a deferred-FO order still links — a Sales Order Fulfillment, or the Fulfillment Order itself when the SOF has not been minted yet), AND the raw Shipfusion `json_object` (recipient address, shipmentItems, tracking packages) used by the detail page's expandable sections.