mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
16 lines
190 B
Plaintext
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:
|
|
}
|