Hello I’m developing the cart and checkout Shopify function and using the variables in input queries
I’m not finding proper documentation, Currently I’m following this documentation https://shopify.dev/docs/apps/functions/input-output/variables-queries
I want the same functionality as in the documentation. Which owner id I should have to pass here?
I have followed these steps as per documentation:
1.
The product is in the collection but I’m not getting true in the response of inAnyCollection
also I have get the metafields in the response you can see the collection values of the metafields
I want to set metafields of collection list for the cart and checkout function in the background, in the app and want to check that metafields in my cart checkout function as a variable
I have followed the documentation proper but not getting correct response
Please suggest me if my doing wrong, and which type of owner id should pass in the metafieldsSet mutation




