POST

Decrement Availability


Reduces the available stock quantity for specified items.

Use this method when inventory needs to be decremented due to order events such as order placement or payment. The method supports validation to prevent negative inventory levels when restrictInventoryValue is set to true.

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