Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

cursor

Object of type Cursor

collection

Array of objects of type Product

 

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.

...