Skip to main content

List Fulfillments

GET 

/api/big-commerce/:integrationInstance/fulfillments

Get a paginated list of fulfilled shipments for sales orders that originated from this BigCommerce store. Each item shows whether it has been submitted to BigCommerce (sync_status of submitted or pending).

Authorization

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

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

Route name: big-commerce.fulfillments.index

Request

Responses

OK

Response Headers
    Content-Type