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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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