Can not access to all function owners (discounts) which are create with same functionId #211
DunggNguyenn
started this conversation in
Feedback: Discounts APIs
Replies: 1 comment
-
You don't need to create multiple discounts, you can create multiple metafields on the same discount and load them in your function. E.G. in your
Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create multiple discounts with the same functionId but they have different metafield value.
So I need to access the metafield value of all these discount nodes via input.graphql
If I create only one discount, the metafield value has a limit is 1KB. So I can not use this solution.
Please give me some advice. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions