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).

Not yet available to API tokens

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

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