Files
stocklet/tests/bruno/warehouse/WarehouseService_ViewProductStock.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

16 lines
193 B
Plaintext

meta {
name: WarehouseService_ViewProductStock
type: http
seq: 1
}
get {
url: {{baseUrl}}/v1/warehouse/product/:productId
body: none
auth: inherit
}
params:path {
productId:
}