For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Profile

The Product Profile object represents a product in the public catalog.

This object contains the following attributes:

Field
Type
Description

id

string, core

The identifier of the product profile.

externalId

string

The identifier within an external system.

name

string, core

A user-friendly name of the product profile.

icon

string

The icon to be shown in grids and information cards.

shortDescription

string

A short description of the product.

longDescription

string

A long description of the product.

featured

bool

Indicates whether this product should be featured on the UI.

website

string

A URL to the vendor’s website.

linkedin

string

A URL to the vendor’s LinkedIn page.

facebook

string

A URL to the vendor’s Facebook page.

youtube

string

A URL to the vendor’s Facebook page.

xProfile

string

A URL to the vendor’s X page.

categories

object

Represents the category that owns this object.

Example:

industries

object

Represents the industry that owns this object.

Example:

segments

object

Represents the segment that owns this object.

Example:

vendorProfiles

object

Represents the vendorProfile that owns this object.

Example:

platformProducts

object

Indicates products that have been linked to this profile.

status

string

Indicates whether the product is draft, published, unpublished, or deleted.

audit

object

(Read-only) Represents the audit object.

revision

integer, core

The entity's revision number.

Example

Last updated

Was this helpful?