Product operations
Get product operation details
Retrieves the specific details of a single product operation using its unique identifier.
Retrieves the specific details of a single product operation using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
ProductOperation identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/product_operations/string"{
"id": 0,
"product": "/entity/1",
"items": [
{}
]
}Empty
