For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add tags to an order line

Method : POST

https://os.vucustom.com/api/v1/order_lines/tags?id=&line_reference=

URL Query Parameters

Field Name
Description

id

System-generated unique identifier for the order line

line_reference

External unique reference number for the order line

Example Request
{
    "tags": [
    ]
}

200 Successful response example

no preview available

401 Unauthorized

The client doesn’t have correct authentication credentials.

{
"errors": "[API] Invalid API key or secret (unrecognized login or wrong password)"
}

403 Forbidden

The server is refusing to respond. This is typically caused by incorrect access.

404 Not Found

The requested resource was not found but could be available again in the future.A

422 Unprocessable Entity

5xx Errors

An internal error occurred in VU Admin.

Last updated