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