x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/products/search?q&page&page_size' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 42,
"code": "WIDGET-001",
"name": "Widget Standard",
"upc": "012345678901",
"product_group": {
"id": 3,
"code": "ELEC"
},
"price": 29.99,
"on_hand": 150,
"is_active": true,
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/products/by-id/42"
}
}
],
"pagination": {
"page": 1,
"page_size": 50,
"total_count": 1,
"total_pages": 1
}
}