Get catalog products
Get all catalog products configured on the POS.
GET
/v1/catalog/
authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Response Body
curl -X GET "https://api.pragma-project.dev/v1/catalog/"
[
{
"id": "327836eb-aed2-4406-a17d-37712d0cea75",
"name": "Marsannay",
"category": "Cave",
"categoryId": "5465b370-fd9d-4e22-ba93-7bfbf7b9eff7",
"subCategories": [
{
"name": "Vin rosé",
"id": "0cbddb3e-b883-46aa-9d64-ca34fea0d44e"
}
],
"priceList": [
{
"priceTypeId": 0,
"priceTypeName": "Normal",
"unitPrice": 1400,
"taxRate": 2000
}
]
},
{
"id": "1fa4b9d8-5030-42d6-9b5d-4bd672fef607",
"name": "Kasteel rouge",
"category": "Aperitifs",
"categoryId": "18b6666d-c780-416d-99df-b8b8a363dfa1",
"subCategories": [
{
"name": "Bières bouteille",
"id": "16f7cc2a-3f0d-4f63-b48b-3f41eb2daa6f"
}
],
"priceList": [
{
"priceTypeId": 0,
"priceTypeName": "Normal",
"unitPrice": 500,
"taxRate": 2000
}
]
},
{
"id": "e39858ef-4072-41a5-96ca-454917942700",
"name": "Salade chevre chaud",
"category": "Entrees",
"categoryId": "f285f25a-ef03-4bd2-b5fe-1eea5561bbf9",
"subCategories": [
{
"name": "Salades",
"id": "b18798a7-7527-4c5a-9b7e-f42d242d819e"
}
],
"priceList": [
{
"priceTypeId": 0,
"priceTypeName": "Normal",
"unitPrice": 800,
"taxRate": 1000
}
]
},
{
"id": "291235b5-34f7-46ad-8175-821409254bfe",
"name": "Pomerol",
"category": "Cave",
"categoryId": "5465b370-fd9d-4e22-ba93-7bfbf7b9eff7",
"subCategories": [
{
"name": "Vin rouge",
"id": "7a12f02f-158e-4359-9655-d516eb0ee572"
}
],
"priceList": [
{
"priceTypeId": 0,
"priceTypeName": "Normal",
"unitPrice": 2800,
"taxRate": 2000
}
]
}
]