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:
@@ -23,7 +23,7 @@ export type SelectOption<T> = {
|
||||
|
||||
type MultiSelectProps = InputHeaderProps & {
|
||||
// component props
|
||||
label: string
|
||||
label?: string
|
||||
required?: boolean
|
||||
name?: string
|
||||
className?: string
|
||||
|
||||
Reference in New Issue
Block a user