Method : POST
https://admin.vucustom.com/api/:api_version/orders
URL Parameters
id
system generated unique identifier.
//curl --location 'https://admin.vucustom.com/api/v1/orders/tags?id=25801' \ --data '{ "tags": [ "order_exported" ] }'
200 Successful response example
{}
401 Unauthorized
The client doesn’t have correct authentication credentials.
{ "errors": "[API] Invalid API key or secret (unrecognized login or wrong password)" }
422 Unprocessable Entity
5xx Errors
An internal error occurred in VU Admin.
Last updated 5 months ago