feat: Add support for shipping options prices update (#7028)

This commit is contained in:
Adrien de Peretti
2024-04-11 18:34:55 +02:00
committed by GitHub
parent 51acd1da5b
commit c78915c7c5
13 changed files with 450 additions and 77 deletions
@@ -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?: {