ProductLinks
An implementation of ProductLinksInterface.
type ProductLinks = ProductLinksInterface & {
__typename?: 'ProductLinks'; /** One of related, associated, upsell, or crosssell. */
link_type?: Maybe<Scalars['String']['output']>; /** The SKU of the linked product. */
linked_product_sku?: Maybe<Scalars['String']['output']>; /** The type of linked product (simple, virtual, bundle, downloadable, grouped, configurable). */
linked_product_type?: Maybe<Scalars['String']['output']>; /** The position within the list of product links. */
position?: Maybe<Scalars['Int']['output']>; /** The identifier of the linked product. */
sku?: Maybe<Scalars['String']['output']>;
};