stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProfileItem

AdminTypes.DeliveryProfileItem interface

A product and the subset of associated variants that are part of this delivery profile.

Signature:

export interface DeliveryProfileItem extends Node 

Extends: Node

Properties

Property Modifiers Type Description
id   Scalars[‘ID’][‘output’] A globally-unique ID.
product   Product A product associated with this profile.
variants   ProductVariantConnection The product variants associated with this delivery profile.