Files
stocklet/tests/bruno/order/Get a list of a customer's orders.-If accessed through the gateway - shows the current user's orders.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

17 lines
246 B
Plaintext

meta {
name: Get a list of a customer's orders.
If accessed through the gateway - shows the current user's orders.
type: http
seq: 1
}
get {
url: {{baseUrl}}/v1/order/list
body: none
auth: inherit
}
params:query {
~customerId:
}