Products
Retrieve a paginated list of products available in a specific shop, filtered by market.List Products
Unique identifier for the shop
Market identifier (e.g.
DE for Germany)Filter products and SKUs by name
Page number (0-indexed)
Results per page (max 150)
product:read
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
data | array | List of product objects |
data[].uid | string | Product UID |
data[].display_name | string | Product display name |
data[].attributes | array | Product attributes (key-value pairs) |
data[].skus | array | Available SKUs for this product in the given market |
data[].skus[].uid | string | SKU UID (use this when creating checkouts) |
data[].skus[].pzn | string | Pharmazentralnummer |
data[].skus[].price | integer | Price in euro cents |
totalRegistries | integer | Total number of matching products |
totalPages | integer | Total number of pages |
Error Responses
| Status Code | Description |
|---|---|
400 | Missing market query parameter |
404 | Shop not found |