fix(dashboard): location UI fixes (#7288)
* fix: a few UI fixes * fix: domain name * feat: edit service zone areas * feat: edit shipping option prices * fix: sorting
This commit is contained in:
@@ -120,6 +120,14 @@ export interface UpdateShippingOptionDTO {
|
||||
id: string
|
||||
}
|
||||
)[]
|
||||
|
||||
/**
|
||||
* The shipping option pricing
|
||||
*/
|
||||
prices: (
|
||||
| { currency_code: string; amount: number; id?: string }
|
||||
| { region_id: string; amount: number; id?: string }
|
||||
)[]
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user