Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
transaction-products
Browse Profile Transaction Products
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/transaction-products
{
  "data": [
    {
      "id": "<string>",
      "count": "<string>",
      "refund_qty": "<string>",
      "purchase_qty": "<string>",
      "latest_transacted_at": "<string>",
      "product_id": "<string>",
      "product": {
        "refund_qty": "<string>",
        "purchase_qty": "<string>"
      },
      "location_types": "<string>",
      "sku": "<string>",
      "external_id": "<string>",
      "barcode": "<string>",
      "web_url": "<string>",
      "handle": "<string>",
      "title": "<string>",
      "description": "<string>",
      "position": "<string>",
      "price": "<string>",
      "price_discounted": "<string>",
      "price_comparison": "<string>",
      "price_cost": "<string>",
      "available_quantity": "<string>",
      "images": "<string>",
      "meta": "<string>",
      "tags": [
        "<string>"
      ],
      "options": [
        {
          "name": "<string>",
          "value": "<string>",
          "sort_order": 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.

Path Parameters

profile
string<uuid>
required

The profile ID

Query Parameters

page[size]
string
filter
string

Response

Array of TransactionProductVariant

data
TransactionProductVariant · object[]
required