Add tags to an order

Method : POST

https://admin.vucustom.com/api/:api_version/orders

URL Parameters

id

system generated unique identifier.

Example Request
//curl --location 'https://admin.vucustom.com/api/v1/orders/tags?id=25801' \
--data '{
    "tags": [
        "order_exported"
    ]
}'

200 Successful response example

{}

Last updated