Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Quickest response time
Send A Message
Response within 24 hours

Menu Close

Menu

Order Status

This is used to view order status.

Order Status Properties
id { "id" : 255 }
The unique ID of the status
name { "name" : "Dispatched" }
The name of the order status

GET /v1/order-status

Returns all order status

GET /v1/order-statuses
HTTP/1.1 200 OK
[
	{
		"id": 1,
		"name": "Paid"
	}
]