Create Stock Transaction on Product
POST/inventories/:product_uuid/transactions
Create Stock Transaction on Product
Request
Responses
- 201
- 400
- 404
- 422
- 500
Success. Stock was successfully created for product
Bad request. The request failed validation.
Not found. The requested entity does not exist.
The request was understood, but could not be processed by the server
Internal server error. There was a system failure in the platform.