Product Profile

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

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The identifier of the product profile.

Example: PRP-1671-3887

externalId

string

The identifier within an external system.

Example: arK9uX45

name

string

A user-friendly name of the product profile.

Example: Microsoft

icon

string

The icon to be shown in grids and information cards. Example: /v1/public-catalog/product-profiles/PRP-1671-3887/icon

shortDescription

string

A short description of the product.

Example: Enterprise productivity suite

longDescription

string

A long description of the product.

Example: Enterprise productivity suites are cloud-based software packages designed to streamline communication.

featured

bool

Indicates whether this product should be featured on the UI.

Example: False

website

string

A URL to the vendor’s website.

Example: www.microsoft.com

linkedin

string

A URL to the vendor’s LinkedIn page.

Example: www.linkedin.com/microsoft-office

facebook

string

A URL to the vendor’s Facebook page.

Example: www.facebook.com/microsoft-office

youtube

string

A URL to the vendor’s Facebook page.

Example: www.youtube.com/micromicrosoft-officesoft

xProfile

string

A URL to the vendor’s X page.

Example: www.x/microsoft-office

categories

object

A reference to the category that owns this object.

Example:

industries

object

A reference to the industry that owns this object.

Example:

segments

object

A reference to the segment that owns this object.

Example:

vendorProfiles

object

Reference to the vendorProfile that owns this object.

Example:

platformProducts

object

Indicates products that have been linked to this profile.

Example:

status

string

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

audit

object

A reference to the audit object.

revision

integer

The entity's revision number.

Example: 3

Example response

Last updated

Was this helpful?