Skip to Content

Attachment

Represents a file or link attached to a product.

Type Definition

type Attachment { name: String href: String }

Fields

FieldTypeDescription
nameStringThe display name of the attachment
hrefStringThe URL or path to the attachment

Relationships

The Attachment type is used to associate files and links with products, enabling product documentation, manuals, certificates, or other supplementary resources to be referenced within the product data structure.

Example

{ name href }

Implements

This type does not implement any interfaces.

No related types.