Querying Product-Metafields: limited to 50?

I have an issue related to the API using metafields.

I use about 70 product-metafields.

But selecting the metafields for a product via URL as shown only returns a list of exactly 50 metafields.

https:…/admin/api/2023-07/metafields.json?metafield[owner_id]=8555114955042&metafield[owner_resource]=product

Is there a limit of <50> when returning Metafields?

Does anyone know how to overcome such issue?

yes I’m ready to help you and i will do that for free

get in touch to me now for more dicsussion

Have you tried adding the parameter limit=250?

Most endpoints allow up to 250 records returned in the response, 50 is often the default if not specified.

If you go over 250, you can use paginated requests by adding a since_id parameter.

Thank you! It works!

Thanks for replying - I only now had time to react and got another hint in the meantime.
Kind regards, Reimer