Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProfileItem
A product and the subset of associated variants that are part of this delivery profile.
Signature:
export interface DeliveryProfileItem extends Node
Extends: Node
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. |