Anchor to CustomerVisitProductInfoCustomer
objectCustomer Visit Product Info
This type returns the information about the product and product variant from a customer visit.
Anchor to FieldsFields
- product (Product)
- quantity (Int!)
- variant (ProductVariant)
- Anchor to productproduct•Product
The product information. If
null, then the product was deleted from the store.- Anchor to quantityquantity•Int!non-null
The quantity of the product that the customer requested.
- Anchor to variantvariant•Product
Variant The product variant information, if the product variant exists.
Was this section helpful?