Create an integration
Integrations
Create an integration
Create a new third-party integration for connecting to ecommerce platforms, carriers, or ERP systems.
POST
Create an integration
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Integration display name |
integration_type | Yes | Type: shopify, brightpearl, etc. |
is_active | No | Enable/disable integration |
configuration | No | Type-specific settings (JSON) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Integration created successfully

