Public fields
The public fields define which data fields are shipped in the API response
All data that should be displayed on the storefront or any other client must be made explicitly public.
The following page types are available for selection:
- Detail pages
- Product lists
- Landing pages
For performance and security reasons, it is recommended to provide only the fields that are needed.
The enterprise/page API
The enterprise/page is a special API because you get many types of pages: page, category, product, manufacturer, ... There are two main parts in the response:
-
data->self
This is thedetail
of the page that you are requesting.
Detail Pages
has to be enabled for a public field to be shown here. -
data->product
This is thelisting
of all products(if any) that belong to the page you are retrieving.
Product lists
has to be enabled for a public field to be shown here.
Updated 12 months ago