curl --location 'https://api.ordermesh.io/catalog/v1/products?id=undefined&category=undefined&productType=undefined&page=undefined&pageSize=undefined&sortBy=undefined&sortAsc=undefined' \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "123456789",
"title": "Ceramic Coffee Mug",
"description": "A high-quality ceramic mug for coffee or tea.",
"type": "Mugs",
"brand": "MugBrand",
"model": "MB-2024",
"attributes": [
{
"id": "color",
"name": "Color",
"values": [
{
"id": "white",
"name": "White"
}
]
}
],
"options": [
{
"id": "size",
"name": "Size",
"values": [
{
"id": "12oz",
"name": "12 oz"
},
{
"id": "16oz",
"name": "16 oz"
}
]
}
],
"categories": [
"trending",
"kitchenware"
],
"subCategories": [
"drinkware"
],
"images": [
"https://example.com/images/mug1.jpg"
],
"tags": [
"coffee",
"tea",
"ceramic"
],
"minPrice": {
"currencies": [
{
"amount": 9.99,
"currency": "USD"
},
{
"amount": 8.99,
"currency": "EUR"
}
],
"amount": 9.99,
"currency": "USD"
},
"maxPrice": {
"currencies": [
{
"amount": 14.99,
"currency": "USD"
},
{
"amount": 13.49,
"currency": "EUR"
}
],
"amount": 14.99,
"currency": "USD"
},
"shippingMinPrice": {
"currencies": [
{
"amount": 2.99,
"currency": "USD"
},
{
"amount": 2.49,
"currency": "EUR"
}
],
"amount": 2.99,
"currency": "USD"
},
"status": "Active",
"extras": [
{
"name": "Care Instructions",
"values": [
"Dishwasher safe",
"Microwave safe"
]
}
]
}
],
"total": 1
}