Skala
Product operations

Create a new product operation

Adds a new product operation record to the database.

POST
/api/product_operations

Adds a new product operation record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new ProductOperation resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.skalasuite.com/api/product_operations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "product": "/entity/1",
  "items": [
    {}
  ]
}
Empty
Empty