Skip to main content
POST
/
v3
/
imports
Upload Import
curl --request POST \
  --url http://localhost/api/v3/imports \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form handler=omneo:profile
{
  "data": {
    "id": 123,
    "status": "<string>",
    "name": "<string>",
    "count": 123,
    "failed_count": "<string>",
    "progress": "<string>",
    "issued_at": "<string>",
    "condition": [
      "<unknown>"
    ],
    "run_condition_on_issue_date": true,
    "exclude_if_related_exists": true,
    "use_condition": true,
    "mapping_fields": "<string>",
    "meta": [
      "<unknown>"
    ],
    "importable_type": "<string>",
    "importable_id": 123,
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Body

multipart/form-data
file
file
required
handler
enum<string>
required
Available options:
omneo:profile,
omneo:product,
omneo:reward,
omneo:redemption,
omneo:transaction,
omneo:transaction-item,
omneo:location,
omneo:rate

Response

Import

data
Import · object
required