Skip to main content

List Source Code Mappings

GET 

/api/veracore/integration-instances/:integration_instance/source-code-mappings

List all source code mappings for a Veracore integration instance.

Authorization

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

A source code mapping determines the Veracore source code stamped on orders submitted to Veracore, based on the sales channel the order came from. A mapping with a sub_sales_channel_id applies only to orders from that sub channel; a mapping with sub_sales_channel_id: null is the catch-all for the whole sales channel.

The response is a plain array (not paginated).

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