🗃️ Webshop Integration
7 items
🗃️ EAV fields
1 item
🗃️ Actors
4 items
📄️ Inventory Attributes
Inventory attributes may be defined for the following entities: Product, ProductVariant, and ProductInstance.
📄️ GetProductPage Usage
Method allows fetching products in a paginated way. It may be configured in various ways to fetch a specific subset of product information using specific filters.
📄️ Get[Something]Page Requests
In CRS, it is common to fetch entities using a paged API approach. This method allows clients to retrieve data in chunks (pages) rather than all at once.