Skip to main content

List products in the catalog

GET 

/api/integrations/v1/products

Returns a paginated list of products in the shop's catalog.

Supports standard Spring Data pagination:

  • ?page=0&size=20 — first page with 20 items (default)
  • ?page=1&size=50&sort=name,asc — second page with 50 items sorted by name ascending
  • ?page=0&size=100&sort=createdAt,desc — first page with 100 items, newest first

Request

Responses

Products retrieved successfully