Production Item Tags
The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4eThe unique identifier of the production item
557657-8654-89i76Tenant id (uuid v4)
A list of tags to be added to the production item
["Rush order","High priority"]Determines if the tags should be applied to nested (child) production items. "true" — Tags are inherited by nested productions. "false" — Tags are not inherited by nested productions. Default option: "false" if not specified.
falseMessage returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
POST /api/v1/public/orders/{external_order_id}/line-items/{line_item_id}/tags HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"tags": [
"Rush order",
"High priority"
],
"apply_to_nested_productions": false
}{
"message": "The operation was done successfully"
}The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4eThe unique identifier of the production item
557657-8654-89i76Tenant id (uuid v4)
A list of tags to be added to the production item
["Rush order","High priority"]Determines if the tags should be applied to nested (child) production items. "true" — Tags are inherited by nested productions. "false" — Tags are not inherited by nested productions. Default option: "false" if not specified.
falseMessage returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
PUT /api/v1/public/orders/{external_order_id}/line-items/{line_item_id}/tags HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"tags": [
"Rush order",
"High priority"
],
"apply_to_nested_productions": false
}{
"message": "The operation was done successfully"
}The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4eThe unique identifier of the production item
557657-8654-89i76["Rush order","High priority"]falseTenant id (uuid v4)
Message returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
DELETE /api/v1/public/orders/{external_order_id}/line-items/{line_item_id}/tags?tags=Rush+order HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Accept: */*
{
"message": "The operation was done successfully"
}The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4eTenant id (uuid v4)
A list of tags to be added to the production item
["Rush order","High priority"]Determines if the tags should be applied to nested (child) production items. "true" — Tags are inherited by nested productions. "false" — Tags are not inherited by nested productions. Default option: "false" if not specified.
falseMessage returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
POST /api/v1/public/orders/{external_order_id}/tags HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"tags": [
"Rush order",
"High priority"
],
"apply_to_nested_productions": false
}{
"message": "The operation was done successfully"
}The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4eTenant id (uuid v4)
A list of tags to be added to the production item
["Rush order","High priority"]Determines if the tags should be applied to nested (child) production items. "true" — Tags are inherited by nested productions. "false" — Tags are not inherited by nested productions. Default option: "false" if not specified.
falseMessage returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
PUT /api/v1/public/orders/{external_order_id}/tags HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"tags": [
"Rush order",
"High priority"
],
"apply_to_nested_productions": false
}{
"message": "The operation was done successfully"
}The unique identifier of the order
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4e["Rush order","High priority"]falseTenant id (uuid v4)
Message returned from API confirming the operation
The operation was done successfullyReturned when the rate limit is exceeded
DELETE /api/v1/public/orders/{external_order_id}/tags?tags=Rush+order HTTP/1.1
Host: api-stage.hesh.tech
x-api-key: YOUR_API_KEY
Accept: */*
{
"message": "The operation was done successfully"
}Last updated

