Skip to main content

List Pending Fulfillments

GET 

/api/woo-commerce/:integrationInstance/fulfillments/pending

Get a paginated list of fulfilled shipments that have not yet been submitted to WooCommerce. Pickup fulfillments and fulfillments on cancelled orders are excluded.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Text and date filters accept operator suffixes, e.g. filter[tracking_number.contains]=1Z9.

Allowed sorts: id, fulfilled_at, created_at, tracking_number (default -created_at).

Route name: woo-commerce.fulfillments.pending

Request

Responses

OK

Response Headers
    Content-Type