This operation creates, updates, or removes tags for multiple orders in a single request.
tagIds array.tagIds ([]).required | Array of objects |
The specified tags have been updated with the order.
The request could not be authorized
The requested resource was not found.
The request could not be completed due to an internal error
{- "tags": [
- {
- "tagIds": [
- "Urgent"
], - "orderId": "PBbqLxxxx"
}
]
}{- "errorCode": "unauthorized_error",
- "message": "Unauthorized access. Valid authentication credentials are required.",
- "additionalInfo": "Client request lacks valid authentication credentials."
}