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

16 lines
207 B
Plaintext

meta {
name: ShippingService_ViewShipmentManifest
type: http
seq: 3
}
get {
url: {{baseUrl}}/v1/shipping/shipment/:shipmentId/manifest
body: none
auth: inherit
}
params:path {
shipmentId:
}