Get Single Stock Transaction for Product
GET/inventories/:product_uuid/transactions/:transaction_uuid
Returns the specific transaction with transaction_uuid for product_uuid
Request
Responses
- 200
- 404
- 500
Success. Returns the stock transaction for the given product
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.