Add tags to an order

Method : POST

https://os.vucustom.com/api/v1/orders/tags?id=21

URL Parameters

id

system generated unique identifier.

chevron-rightExample Request hashtag
{
    "tags": [
        "order_exported"
    ]
}

200 Successful response example

{}

Last updated