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

16 lines
190 B
Plaintext

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