Orders
Doc
Doc 内容
未命名
THRIFT11111
WS
ws://127.0.0.1
file
POST/file
Create Order
POST/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/orders/
List Orders
GET/orders
This endpoint allows you to list all orders related to your store.
::: tip[Tip]Also, the endpoint enables you to filter the orders using a set of opti...
Order Details
GET/orders/{order_id}
This endpoint allows you to return the details for a specific order by passing the order_id as a path parameter.
:::tip[Note]• You are also able ...
Create Drafted Order
POST/orders/draft
This endpoint allows you to create an order in the Draft status.
`orders.read_write` - Orders Read & Write
Update Order
PUT/orders/{order_id}
This endpoint allows you to update a specific order by passing the order_id as a path parameter.
:::tip[Tip]You can update the order based on the fol...
Duplicate Order
POST/orders/duplicate
This endpoint allows you to duplicate the details of a specific order
`orders.read_write` - Orders Read & Write
Order Actions
POST/orders/actions
This endpoint allows you to perform bulk actions on the orders related to the store.
:::tip[Tip] Find the actions that can be performed in the action_...
定义只读测试
GET/