type InStore = CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface & { __typename?: 'InStore'; me: InStoreMe; shippingMethodsByCart: Array<ShippingMethod>; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ product?: Maybe<Product>; customer?: Maybe<Customer>; customers: CustomerQueryResult; cart?: Maybe<Cart>; carts: CartQueryResult; customerActiveCart?: Maybe<Cart>; order?: Maybe<Order>; orders: OrderQueryResult; shoppingList?: Maybe<ShoppingList>; shoppingLists: ShoppingListQueryResult; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ productSelectionAssignments: ProductAssignmentQueryResult;};