UpdateShippingMethodDTO
The attributes to update in the shipping method.
Properties
id
stringRequiredThe ID of the shipping method.
name
stringThe name of the shipping method.
amount
BigNumberInputThe amount of the shipping method.
data
Record<string, unknown>The data of the shipping method.
tax_lines
CreateTaxLineDTO[] | UpdateTaxLineDTO[]The tax lines of the shipping method.
adjustments
CreateAdjustmentDTO[] | UpdateAdjustmentDTO[]The adjustments of the shipping method.
Was this section helpful?