id. The body is wrapped under a StockTransaction object.received_date, and (optionally) transaction_type, store_id, and price. Identity fields are preserved from the stored record and cannot be changed: source_type, order_id, product_id, and status. For transactions that did not originate as a manual adjustment, the submitted values are merged over the existing record, so most fields stay at their stored values.{result, code}.curl --location --globoff --request PUT 'https://.daftra.com/api2/stock_transactions/1024.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"StockTransaction": {
"received_date": "2026-06-25 18: 50: 40",
"notes": "text"
}
}'{
"result": "successful",
"code": 200
}