# CustomerVisitProductInfo - admin - OBJECT
Version: 2025-01

## Description
This type returns the information about the product and product variant from a customer visit.

### Access Scopes



## Fields
* [product](/docs/api/admin/2025-01/objects/Product): Product - The product information. If `null`, then the product was deleted from the store.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The quantity of the product that the customer requested.
* [variant](/docs/api/admin/2025-01/objects/ProductVariant): ProductVariant - The product variant information, if the product variant exists.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples