OrderShippingMethod - Order Module Data Models Reference

This documentation provides a reference to the OrderShippingMethod . This belongs to the Order Module.

idstring
namestring
descriptionnull | string

Default: null

amountnumber | BigNumber
is_tax_inclusiveboolean

Default: false

is_custom_amountboolean

Default: false

shipping_option_idnull | string

Default: null

datanull | Record<string, unknown>

Default: null

metadatanull | Record<string, unknown>

Default: null

tax_linesCollection<OrderShippingMethodTaxLine, object>
adjustmentsCollection<OrderShippingMethodAdjustment, object>
created_atDate
updated_atDate
deleted_atnull | Date

Default: null

Was this page helpful?