Update Tags for Bulk Orders

This operation creates, updates, or removes tags for multiple orders in a single request.

  • To create or update tags for bulk orders, provide one or more values in tagIds array.
  • To remove previously assigned tags for an specified order, provide an empty array for tagIds ([]).
SecuritybearerAuth
Request
Request Body schema: application/json
required
Array of objects
Responses
200

The specified tags have been updated with the order.

401

The request could not be authorized

404

The requested resource was not found.

500

The request could not be completed due to an internal error

put/api/v1/orders/bulkTags
Request samples
application/json
{
  • "tags": [
    ]
}
Response samples
application/json
{
  • "errorCode": "unauthorized_error",
  • "message": "Unauthorized access. Valid authentication credentials are required.",
  • "additionalInfo": "Client request lacks valid authentication credentials."
}