Skip to main content

List Fulfillments

GET 

/api/veracore/integration-instances/:integration_instance/fulfillments

List SKU.io sales order fulfillments dispatched to this Veracore integration instance. Only fulfillments of the Veracore fulfillment type are returned, scoped to the warehouse linked to the instance when one is configured.

Authorization

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

Use this to find the fulfillment a Veracore order shipped against, then link it with the link-fulfillment endpoint. Each row is a full fulfillment record plus a customer_name convenience field.

Filters

  • filter[search] — matches fulfillment number, tracking number, sales order number, or customer name.
  • filter[status] — exact fulfillment status.
  • filter[requested_shipping_method_id] — exact shipping method id.

Sorting sort accepts id, fulfillment_number, status, fulfilled_at, created_at, updated_at (prefix with - for descending). Default sort is -id.

Errors

  • 404 when the integration instance does not exist or is not a Veracore instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type