Skip to main content

Create Integration Instance

POST 

/api/integration-instances

Create a new integration instance.

Required scope: integrations:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token + Power User access.

Required: integration_id. Either name or integration_settings.settings.connectionName must be provided.

The store ID from integration_settings.settings.store.id will create an associated sales channel. For Shopify: triggers location, webhook, products, and orders download if credentials are present. For ShipStation: fetches shipping services and creates webhooks. For ShipMyOrders: queues warehouse initialization. For Veracore: converts linked warehouse type to 3PL.

Note: name must be unique across all integration instances.

Requires permission: integrations.create

Deprecated integrations: If the supplied integration_id belongs to a permanently deprecated integration (e.g. ShipMyOrders), the request is rejected with 400 Bad Request and code IsUnacceptable. Existing instances and their historical data are retained read-only, but no new instance can be connected.

Request

Responses

OK