v1
latestOpenAPI 3.1.02026-07-134488210.8 KBReturns
Import Returns
Import externally-created returns into Redo. Use this endpoint when the return originates outside of Redo — a warehouse scan, an ERP, a POS system, or a partner platform.
Products are referenced by their Redo product ID, obtained from the bulk product upload response. No order is required. Returns are created ready for warehouse intake. Supports up to 100 returns per request with per-item error reporting. Requires the returns_write scope.
post/stores/{storeId}/returns/bulk
Request body
Example request
{
"returns": [
{
"currency": "USD"
}
]
}Response
Batch processed. Check individual results for per-item status. Some items may have succeeded while others failed.