Is it’s possible to create a custom page handle/url (eg. https://myshopifystore.com/pages/my-page) when creating a Shopify page through the REST API?
Hi MBO1,
Our docs on the Page resource show an example of making a POST request to the pages.json endpoint, where you have access to the handle property that you can use to define what the page URL will be.
Hope this helps!
Thank you, I found it eventually in the docs after I asked the question ![]()