Skip to main content
Skip to main content

CreateShippingMethodDTO

The shipping method to be created.

namestringRequired
The name of the shipping method.
cart_idstringRequired
The associated cart's ID.
amountBigNumberInputRequired
The amount of the shipping method.
dataRecord<string, unknown>
The data of the shipping method.
tax_linesCreateTaxLineDTO[]
The tax lines of the shipping method.
adjustmentsCreateAdjustmentDTO[]
The adjustments of the shipping method.
Was this section helpful?