Feat(admin-ui, medusa): request return with location (#3451)

* add location_id to request_return endpoint to support "receive_now" returns

* changeset

* admin request return

* add locations to recieving returns

* cleanup test

* add check for inventory service
This commit is contained in:
Philip Korsholm
2023-03-14 10:35:59 +01:00
committed by GitHub
parent 271844aedb
commit 55a1f232a3
7 changed files with 256 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ export type SelectOption<T> = {
type MultiSelectProps = InputHeaderProps & {
// component props
label: string
label?: string
required?: boolean
name?: string
className?: string