Attachment
Represents a file or link attached to a product.
Type Definition
type Attachment {
name: String
href: String
}Fields
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.
Related Types
No related types.