Hi,
I have created a metaobject that exist out of a list of product variant type.
What i notice their seems to be a limit of 128 products that you can add to this list.
Can we change/overwrite this limit to a different number.
I want to use this to show a list of products but as it stands I have more to show then the limit allows me todo?
tim_1
2
Yes, there are limits: https://shopify.dev/docs/apps/build/custom-data/metafields/metafield-limits
No, not really changeable.
I think you should reconsider your data model then.
Maybe create automatic collections instead (though these are variants…)?
Managing those manually could be a nightmare with over 100 entries in a list.
If managing automatically, can use other types of metafield, though would not be as nice to process in theme code…