Custom Page
Manage custom storefront pages such as About and Policy pages.
Custom pages are merchant-authored static pages on the storefront, such as About Us or policy pages. Merchants and apps use them to publish standalone content outside the product and blog flows.
Provides endpoints to list, create, retrieve, update, delete, count, search, and batch operate on pages.
List pages
Retrieve a list of all pages with pagination.
Create page
Create a new page with the provided details.
Get page
Retrieve details of a specific page using its unique identifier.
Update page
Update the details of an existing page using its unique identifier.
Delete page
Delete a specific page using its unique identifier.
Get page count
Retrieve the total number of pages.
Search page
Searches custom pages by keyword or other filter criteria.
Batch delete pages
Deletes multiple custom pages in a single request.
Batch get pages
Retrieves details for multiple custom pages in a single request.