Product operation items
Get product operation item details
Retrieves the specific details of a single product operation item using its unique identifier.
Retrieves the specific details of a single product operation item using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
ProductOperationItem identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/product_operation_items/string"{
"id": 0,
"operation": "/entity/1",
"resource": "/entity/1",
"cost": "string",
"time": "string",
"totalCost": "string",
"productOperation": "/entity/1",
"productOperationItemVariantOptions": [
{}
],
"isActive": true,
"dependencies": [
"/entity/1"
],
"notes": "string"
}Empty
