Skip to main content

PartialUpdateAction

run_for_eventsstring[]

Possible values: [product.create, product.update, product.delete, rental_file.create, rental_file.update, rental_file.delete]

Default value: []
name object
anyOf
string
description object
anyOf
string
version object
anyOf
string
priority object
anyOf
integer
script object
anyOf
string
active object
anyOf
boolean
PartialUpdateAction
{
"run_for_events": [
"product.create"
],
"name": "string",
"description": "string",
"version": "string",
"priority": 0,
"script": "string",
"active": true
}