API ReferenceV1
Assigns a tag to an order
Authorization
Bearer AuthorizationBearer <token>
Installer.com auth token
In: header
Path Parameters
orderId*string
Format
uuidRequest 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