Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerVisitProductInfo
This type returns the information about the product and product variant from a customer visit.
Signature:
export interface CustomerVisitProductInfo
| Property | Modifiers | Type | Description |
|---|---|---|---|
| product? | Maybe<Product> | (Optional) The product information. If null, then the product was deleted from the store. |
|
| quantity | Scalars[‘Int’][‘output’] | The quantity of the product that the customer requested. | |
| variant? | Maybe<ProductVariant> | (Optional) The product variant information, if the product variant exists. |