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
curl --location 'https://os.vucustom.com/api/v1/order_lines/tags?id=&line_reference=' \
--data 
{
    "tags": [
    ]
}

200 Successful response example

no preview available

Last updated