Skip to main content
POST
/
integration
/
field-mappings
/
quick-add
Quick-add field mappings from recent orders
curl --request POST \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/integration/field-mappings/quick-add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "app_integration_account_id": 123,
  "days": 89,
  "limit": 123,
  "dry_run": true
}
'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Body

application/json
app_integration_account_id
integer

Integration account ID

days
integer

Number of days of recent orders to analyze (max 90)

Required range: x <= 90
limit
integer

Maximum number of mappings to create (max 500)

Required range: x <= 500
dry_run
boolean

If true, returns what would be created without persisting

Response

Successful response

data
object