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

Vendor Profile

The Vendor Profile object represents a vendor in the public catalog.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The identifier of the vendor profile.

externalId

string

The identifier within an external system.

name

string, core

A user-friendly name of the vendor profile.

icon

string

Icon to be shown on grids and info cards.

description

string

A description of the vendor.

featured

bool

Indicates if this product should be featured on the user interface.

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 YouTube page.

xProfile

string

A URL to the vendor’s X page.

owner

object

The vendor account that owns this vendor profile, if applicable. The value is null for unclaimed profiles.

products

object

Represents the productProfile object.

categories

object

Represents the category that owns this object

status

string, core

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

audit

object

(Read-only) Represents the audit object.

revision

integer, core

The revision number of the entity.

Example

Last updated

Was this helpful?