{
"offer_id": [
"LOCAL-SKU-001"
]
}curl --location '/v1/product/info/stocks-by-warehouse/fbs' \
--header 'Client-Id: 3915226' \
--header 'Api-Key: d2528a1f-f607-4411-969d-7b394a34a015' \
--header 'Content-Type: application/json' \
--data '{
"offer_id": [
"LOCAL-SKU-001"
]
}'{
"result": [
{
"sku": 0,
"present": 0,
"product_id": 0,
"reserved": 0,
"warehouse_id": 0,
"warehouse_name": "string"
}
]
}