# CustomerVisitProductInfo - admin-graphql - OBJECT Version: 2024-10 ## Description This type returns the information about the product and product variant from a customer visit. ### Access Scopes ## Fields * [product](/docs/api/admin-graphql/2024-10/objects/Product): Product - The product information. If `null`, then the product was deleted from the store. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the product that the customer requested. * [variant](/docs/api/admin-graphql/2024-10/objects/ProductVariant): ProductVariant - The product variant information, if the product variant exists. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples