x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/product-components?page&page_size&brief&product_id&product_code' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 42,
"product": {
"id": 5,
"code": "MAD-2X6"
},
"line_count": 3,
"auto_bill_pos": true,
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/product-components/by-id/42"
}
},
{
"id": 18,
"product": {
"id": 2,
"code": "BOLT-M8"
},
"line_count": 1,
"auto_bill_pos": false,
"updated_at": "2026-02-15T08:30:00-04:00",
"_links": {
"self": "/api/inventory/product-components/by-id/18"
}
}
],
"page": 1,
"page_size": 50,
"total": 15,
"total_pages": 1
}