...
Creation.
Allows you to create a product in a project.
...
Name | Description | Validation |
---|---|---|
name | Name | Unique within the project |
labels | Label ID array |
|
essences | Array of type ProductEssence without temporary values | At least 1 |
paymentSystems | Array of payment systems identifiers |
|
categoryId | Category ID |
|
...
If successful, get the newly created Product object.
Update.
Allows you to update the selected product in the project.
...
Name | Description | Validation |
---|---|---|
name | Name | Unique within the project |
labels | Label ID array |
|
essences | Array of type ProductEssence without temporary values | At least 1 |
paymentSystems | Array of payment systems identifiers |
|
categoryId | Category ID |
|
...
If successful, get the newly created Product object.
Deletion.
Allows you to remove an existing product.
...