docs
  1. Developer-guide
  2. Shops
  3. Pages

Pages

In the SCAYLE Panel

Refer to the User Guide.

Storefront API

Use the Storefront API to receive your page information in a fast & efficient way to render them on your mobile app or storefront application.

Get all Pages and their Data

You can retrieve a list of all Pages and their data by using this method.

Response

Retrieve Pages by filter ID

Retrieve pages with id matching the specified ids, for example, filters[id]=1,2,....

Response

Retrieve Pages by filter Slug

Retrieve pages with id matching the specified ids, for example, filters[slug]=mens-cotton-t-shirt,womens-skinny-jeans,...

Response

Get Page results with Pagination

Retrieve pages with pagination, setting the limit by specifying the number of results per page using the perPage parameter. Pagination is determined by the page parameter, with each page displaying a specified number of results (e.g., ?page=1&perPage=25).

Response

Get Data of a Specific Page

Response