Skip to main content

List Orders

GET 

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

List locally cached Veracore orders for an integration instance (paginated), serialized via Veracore order object. Each order exposes the SKU.io fulfillment link fields: sku_fulfillment_id (legacy order→SalesOrderFulfillment id, kept as a fallback), sku_fulfillment_order_id (order→FulfillmentOrder id), and sku_fulfillment (a resolved link object, or null when the order is not yet linked). Supply include_json=1 to include the raw Veracore json_data payload.

Authorization

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

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type