feat: order action per status change
This commit is contained in:
22
bruno/api_v1/order/Change order status.yml
Normal file
22
bruno/api_v1/order/Change order status.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: Change order status
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: PATCH
|
||||
url: "{{bas_url}}/restricted/orders/change-order-status?order_id=2&status=PENDING"
|
||||
params:
|
||||
- name: order_id
|
||||
value: "2"
|
||||
type: query
|
||||
- name: status
|
||||
value: PENDING
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user