SimpleProductCartItemInput
Defines a single product to add to the cart.
type SimpleProductCartItemInput = {
customizable_options?: InputMaybe<Array<InputMaybe<CustomizableOptionInput>>>; /** An object containing the `sku`, `quantity`, and other relevant information about the product. */
data: CartItemInput;
};