feat: Add support for shipping options prices update (#7028)
This commit is contained in:
@@ -16,12 +16,14 @@ export interface UpdateShippingOptionsWorkflowInput {
|
||||
}
|
||||
prices?: (
|
||||
| {
|
||||
currency_code: string
|
||||
amount: number
|
||||
id?: string
|
||||
currency_code?: string
|
||||
amount?: number
|
||||
}
|
||||
| {
|
||||
region_id: string
|
||||
amount: number
|
||||
id?: string
|
||||
region_id?: string
|
||||
amount?: number
|
||||
}
|
||||
)[]
|
||||
rules?: {
|
||||
|
||||
Reference in New Issue
Block a user