Skip to main content
POST
/
v3
/
transactions
/
queue
/
create
Queue Transaction Create Request
curl --request POST \
  --url http://localhost/api/v3/transactions/queue/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "total": 123,
  "transacted_at": "<string>",
  "timezone": "<string>",
  "items": [
    {
      "name": "<string>",
      "price_current": 123,
      "price_sell": 123,
      "quantity": 123,
      "external_id": "<string>",
      "price_original": 123,
      "price_margin": 123,
      "discounts": [
        "<string>"
      ],
      "sku": "<string>",
      "department": "<string>",
      "meta": [
        "<string>"
      ],
      "variant_external_id": "<string>",
      "product_variant_sku": "<string>",
      "product_variant_id": 123,
      "product_variant": {
        "product_id": "<string>",
        "sku": "<string>",
        "title": "<string>",
        "category": "<string>",
        "subcategory": "<string>",
        "brand": "<string>",
        "price": 123
      }
    }
  ],
  "profile_id": "<string>",
  "profile_id_handle": "<string>",
  "redemption_id": 123,
  "external_id": "<string>",
  "location_id": "<string>",
  "currency": "<string>",
  "total_original": 123,
  "rounding": 123,
  "tender": "<string>",
  "is_void": true,
  "margin": 123,
  "meta": [
    "<string>"
  ],
  "staff_id": "<string>",
  "payments": [
    "<string>"
  ],
  "receipt_is_email": true,
  "receipt_ref": "<string>",
  "linked_receipt_ref": "<string>",
  "receipt_email": "jsmith@example.com",
  "type": "<string>",
  "status": "<string>",
  "order_number": "<string>",
  "order_id": 123,
  "external_order_id": "<string>",
  "need_action": true,
  "organisation_id": 123,
  "fees": [
    "<string>"
  ],
  "currency_value": {
    "from": "<string>",
    "to": "<string>",
    "rate": 123
  },
  "tags": [
    "<string>"
  ],
  "systems": [
    "<string>"
  ],
  "custom_fields": [
    {
      "namespace": "<string>",
      "handle": "<string>",
      "type": "string",
      "value": "<string>"
    }
  ]
}
'
{
  "data": "<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

application/json
total
number
required
transacted_at
string
required
timezone
string
required
items
object[]
required
Minimum array length: 1
profile_id
string | null
profile_id_handle
string | null
redemption_id
integer | null
external_id
string | null
location_id
string | null
currency
string | null
total_original
number | null
rounding
number | null
tender
string | null
is_void
boolean | null
margin
number | null
meta
string[] | null
staff_id
string | null
payments
string[]
receipt_is_email
boolean | null
receipt_ref
string | null
linked_receipt_ref
string | null
receipt_email
string<email> | null
type
string | null
status
string | null
order_number
string | null
order_id
integer | null
external_order_id
string | null
need_action
boolean | null
organisation_id
integer | null
fees
string[] | null
currency_value
object
tags
string[]
systems
string[]
custom_fields
object[]

Response

data
string
required
Allowed value: "OK"