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.
What are transaction items?
Transaction items are attached to a transaction and contain pricing information that pairs with the accompanying transaction. Additional items can be added to an existing transaction by using the Add Transaction endpoint, or directly when creating the transaction with Add Transaction.Transaction item properties
| Attribute | Description |
|---|---|
id INTEGER READ-ONLY | The unique Omneo identifier of the transaction item |
external_id STRING | The foreign id of the transaction item in an external system |
name STRING | The name of the item |
transaction_id INTEGER | The transaction_id this transaction item is attached to. |
product_id INTEGER | The id of the transaction item product |
product_variant_id INTEGER | The variant id of the transaction item product |
sku STRING | The sku of the transaction item product |
variant_external_id STRING | The external variant id of the transaction item product. This is usually the id as it is in the originating external system. |
is_void BOOLEAN | Denotes whether this item has been voided on this transaction. |
quantity INTEGER | The quantity sold on this transaction |
price_current FLOAT | The current available price of the item (including tax) |
price_sell FLOAT | Actual price paid for the item, after all discounts (including tax). This is the refundable amount for the item. |
price_original FLOAT | The original price, RRP, base or standard price of the item. |
price_margin FLOAT | A $ value margin made on the sale for this item |
price_tax FLOAT | A $ value tax charged for this item |
discounts ARRAY | An array of discounts applied to this item |
product_images ARRAY | An array of product images attached to this item |
created_at READ-ONLY DATE-TIME | The UTC date & time the Transaction Item record was created in ISO 8601 format. |
updated_at READ-ONLY DATE-TIME | The UTC date & time the Transaction Item record was last updated in ISO 8601 format. |