POST

Increment Availability


Increases the available stock quantity for specified items.

Use this method when inventory needs to be incremented due to order events such as order cancellation, refund, or order editing. This method does not validate stock levels and allows negative inventory to be corrected.

Endpoint
POST
{DEPLOYMENT-URI}/v1/increment
Errors
IncrementNotPossibleobjectstatus code: 428
Did this help?