Product operations
Replace a product operation
Completely replaces the data of an existing product operation with the provided payload.
Completely replaces the data of an existing product operation with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
ProductOperation identifier
Request Body
application/json
The updated ProductOperation resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/product_operations/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"product": "/entity/1",
"items": [
{}
]
}Empty
Empty
Empty
