All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I use the Shopify Admin REST API to list all pages or read a single page by ID: https://shopify.dev/docs/api/admin-rest/2024-01/resources/page#get-pages
However, some pages return an empty `body_html` property, even though the page has content. I was wondering if there is a size limit on `body_html` and it is not being returned by the REST API if it exceeds a certain threshold?
I couldn't find any information in the docs, so I'd be happy about any opinion.