Create a mapping
Mappings
Create a mapping
Create a generic mapping within a (non-integration) mapping group.
POST
Create a mapping
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
mapping_group_id | Yes | Parent mapping group |
mapping_fields | No | Map of group field code → value |
operation_type_fields | No | Map of operation-type field code → value |
Important
This generic endpoint is for non-integration operation types (e.g.stock_hold, stock_release). Mapping groups whose operation type is integration_carrier, integration_shipping_rate, integration_warehouse, or integration_product are rejected here — use the dedicated nested endpoints for those.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

