1kb size limit is too low for json metafields #222
Closed
nboliver
started this conversation in
Feedback: General Improvements
Replies: 2 comments
-
Thanks @nboliver! We have some updates planned for this limit. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This limit is now 10Kb! https://shopify.dev/changelog/shopify-functions-input-limit-updates |
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.
-
After banging my head against the wall trying to figure out why an input metafield (
paymentCustomization
) was returning null even though I could see it using an admin API query, I found this limitations doc: https://shopify.dev/docs/apps/functions/input-output#limitationsUse case is validating the customer's shipping address against a large set of valid locations that are stored in JSON. Increasing the limit to 10kb would be beneficial - 1kb doesn't store many entries even with a simple JSON schema!
Beta Was this translation helpful? Give feedback.
All reactions