What is the maximum number of metafields one can create per resource type?

How many metafield elements can App-Data Metafields create per resource type?

I was able to make 400 of these.

metafields: [
{
 id: 'gid://shopify/Metafield/00000000',
 namespace: 'NAME',
 key: 'Key0',
 value: '{}',
 type: 'json'
},
{
 id: 'gid://shopify/Metafield/00000001',
 namespace: 'NAME',
 key: 'Key1',
 value: '{}',
 type: 'json'
},
{
 id: 'gid://shopify/Metafield/00000002',
 namespace: 'NAME',
 key: 'Key2',
 value: '{}',
 type: 'json'
}
]
1 Like