Skip to main content
GET
/
v3
/
customProducts
/
{customProduct}
Read Custom Product
curl --request GET \
  --url http://localhost/api/v3/customProducts/{customProduct}
{
  "data": {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "barcode": "<string>",
    "sku": "<string>",
    "url": "<string>",
    "price": "<string>",
    "currency": "<string>",
    "image_url": "<string>",
    "product_id": "<string>",
    "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

customProduct
string
required

Response

CustomProduct

data
CustomProduct · object
required