Home Luxury Scents Spain review for Product Bundles by BSF
Nov. 23, 2025
EN The app was working incredibly well until very recently, but now it always shows an error when trying to create bundles in modern themes (like Be Yours). The app is sending a GraphQL request using ProductInput, including the fields options and variants, which do not exist in the ProductInput type of the API. This causes the error “Field is not defined on ProductInput. "[GraphQL] ERR_GOT_REQUEST_ERROR: Variable $input of type ProductInput! was provided invalid value for options (Field is not defined on ProductInput), variants (Field is not defined on ProductInput)" ESP La app funcionaba increíblemente bien hasta hace muy poco, ahora siempre da error para crear bundles en themes modernos (como Be Yours). La app está enviando un request GraphQL con ProductInput, incluyendo campos options y variants que no existen en el tipo ProductInput del API. Esto genera el error Field is not defined on ProductInput. Necesito que la app utilice el input correcto para bundles (BundleInput o equivalente) o que deje de enviar campos inválidos. "[GraphQL] ERR_GOT_REQUEST_ERROR: Variable $input of type ProductInput! was provided invalid value for options (Field is not defined on ProductInput), variants (Field is not defined on ProductInput)"