Create an external entity
External Entities
Create an external entity
Create an external entity referencing an item in an external system (e.g. a Shopify product or a carrier).
POST
Create an external entity
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
entity_type | Yes | carrier, product, shipping_rate, or warehouse |
code | Yes | Display code (e.g. external SKU) |
external_system_reference1 | Yes | Primary external system identifier |
integration_id | No | Owning integration |
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
Created successfully
Created record

