A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, i am triying to add a suscription product with a selling plan to the checkout with this mutation :
But the checkout give me this error :
I am trying to send it in the variables, but everything gives me an error like this :
Variable $input of type CheckoutCreateInput! was provided invalid value for lineItems.0.sellingPlanId (Field is not defined on CheckoutLineItemInput.
Any clues? Thanks 🙂