PUT /shop/orders/{orderId}/update
Scope required: (Manage Flow)
Update order
Servers
- https://www.uchat.com.au/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
orderId |
Integer | Yes |
Order Id |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
reference_no |
String | No | |
shipping_method |
String | No | |
tracking_no |
String | No | |
note |
String | No | |
suburb |
String | No |
Shipping suburb |
postcode |
String | No |
Shipping postcode |
items[] |
Array | No | |
items[].qty |
Integer | No |
Quantity |
items[].variant_id |
Integer | No |
Product Variant Id |
status |
String | No | |
payment_method |
String | No | |
state |
String | No |
Shipping state |
country |
String | No |
Shipping country |
address |
String | No |
Shipping address |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.