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:
Product -
The product information. If `null`, then the product was deleted from the store.
-
quantity:
Int! -
The quantity of the product that the customer requested.
-
variant:
ProductVariant -
The product variant information, if the product variant exists.
Connections
Related queries
Related mutations
Related Unions
Examples