Hi,
In the Inventory Transaction entity, when I create an Inventory Transaction, I encounter the following error:
Error 400: Bad Request
Backend validation failure.
Field: quantity
Validation: valid
The product which i am creating the Inventory Transaction has 0 available quantity. I can set the quantity to 1 without issues, but any other quantity triggers the same error. I want to understand what this error is related to?
In the Inventory Transaction entity, when I create an Inventory Transaction, I encounter the following error:
Error 400: Bad Request
Backend validation failure.
Field: quantity
Validation: valid
The product which i am creating the Inventory Transaction has 0 available quantity. I can set the quantity to 1 without issues, but any other quantity triggers the same error. I want to understand what this error is related to?
Comment