chore(medusa,core-flows): begin and cancel receive return (#8171)

What:
* `POST /admin/returns/:id/receive` 
* `DELETE /admin/returns/:id/receive`

CLOSES: CC-189
This commit is contained in:
Carlos R. L. Rodrigues
2024-07-18 09:55:04 -03:00
committed by GitHub
parent 8ffcec3fc4
commit 1a472733ae
29 changed files with 371 additions and 72 deletions
@@ -16,7 +16,6 @@ function createReturnItems(data) {
details: {
reference_id: item.id,
quantity: item.quantity,
metadata: item.metadata,
},
}))
}