curl --location 'https://api.zid.sa/v1/managers/store/orders/123/fulfillment-inventories' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-ID: {{StoreId}}'{
"status": "object",
"fulfillment_inventories": [
{
"inventory_id": 1,
"inventory_name": "Main Warehouse",
"products": [
{
"product_id": 100,
"product_name": "Product Name",
"quantity": 2,
"allocated_quantity": 2
}
]
},
{
"inventory_id": null,
"inventory_name": null,
"products": []
}
],
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}