Skip to main content
PATCH
/
612fd68d3ab7a2b059d6680b
Update order status
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/612fd68d3ab7a2b059d6680b \
  --header 'Content-Type: application/json' \
  --data '
{
  "isSystemStatus": false,
  "name": "Picked Up",
  "notes": "Use this status if the order has been picked up by the customer",
  "orderStatusActionOnUpdate": -1,
  "stage": "629911c22a35c757d1cada27"
}
'

Body

application/json
isSystemStatus
boolean
Example:

false

name
string
Example:

"Picked Up"

notes
string
Example:

"Use this status if the order has been picked up by the customer"

orderStatusActionOnUpdate
number
Example:

-1

stage
string
Example:

"629911c22a35c757d1cada27"

Response

200 - undefined