to query the list of sales available in the datamining report → list of sales,
to perform actions on your sales, including their automatic validation or cancellation,
and inject offline sales into the system in order to associate them with an online marketing history collected via Eulerian.
Specific information regarding status changes
If the current status of a sale is PENDING : you can change it to VALID and provide a partial amount via the valid method.
If the current status is PENDING : you can change it to INVALID via the cancel method.
If the current status is VALID : you can change it to INVALID via the cancel method, unless the sale has already been partially validated with a partial amount.
If the current status is INVALID : You can change it to VALID via the valid method, unless the sale has already been partially validated with a partial amount — in this case, it is not possible to partially validate a previously canceled sale.