Skala
Product operations

Get product operation details

Retrieves the specific details of a single product operation using its unique identifier.

GET
/api/product_operations/{id}

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