brief=false pour le format complet.x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/product-items?page&page_size&brief&product_id&product_code&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 42,
"product": {
"id": 5,
"code": "MAD-2X6"
},
"categories": [
{
"id": 15,
"code": "ROUGE",
"descriptor": "Rouge cerise"
}
],
"upc": "012345678901",
"location": "A-12-3",
"price": 29.99,
"on_hand": 150,
"is_active": true,
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/product-items/by-id/42"
}
}
],
"pagination": {
"page": 1,
"page_size": 50,
"total_count": 1,
"total_pages": 1
}
}