ItemSelectedBundleOptionValue
A list of values for the selected bundle product.
type ItemSelectedBundleOptionValue = {
__typename?: 'ItemSelectedBundleOptionValue';
id: Scalars['ID']['output']; /** The price of the child bundle product. */
price: Money; /** The name of the child bundle product. */
product_name: Scalars['String']['output']; /** The SKU of the child bundle product. */
product_sku: Scalars['String']['output']; /** The number of this bundle product that were ordered. */
quantity: Scalars['Float']['output']; /** The unique ID for a `ItemSelectedBundleOptionValue` object. */
uid: Scalars['ID']['output'];
};