- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderShippingMethodDTO
The data of the shipping method to be created.
name
stringThe name of the shipping method.
order_id
stringThe associated order's ID.
amount
BigNumberInputThe amount of the shipping method.
amount
BigNumberInputreturn_id
stringOptionalThe associated return's ID.
claim_id
stringOptionalThe associated claim's ID.
exchange_id
stringOptionalThe associated exchange's ID.
version
numberOptionalThe version of the shipping method.
is_tax_inclusive
booleanOptionalWhether the shipping method is tax inclusive.
shipping_option_id
stringOptionalThe associated shipping option's ID.
data
Record<string, unknown>OptionalThe data of the shipping method.
The tax lines of the shipping method.
The adjustments of the shipping method.
Was this page helpful?