Installer.com Docs
API ReferenceV1
POST
/api/v1/orders/{orderId}/tags

Assigns a tag to an order

AuthorizationBearer <token>

Installer.com auth token

In: header

Path Parameters

orderId*string
Formatuuid

Request Body

application/json

Assign order tags payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:8000/api/v1/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08/tags" \  -H "Content-Type: application/json" \  -d '{    "orderTagId": "3cf55355-1792-494c-8f88-402de56572b5"  }'
Empty