Add tags to an order line

Method : POST

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

200 Successful response example

no preview available

Last updated