Skala
Product operations

Update a product operation

Partially updates specific fields of an existing product operation without affecting the rest of the data.

PATCH
/api/product_operations/{id}

Partially updates specific fields of an existing product operation without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

ProductOperation identifier

Request Body

application/merge-patch+json

The updated ProductOperation resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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