Development Resources

ShippingMethod - Cart Module Data Models Reference

This documentation provides a reference to the ShippingMethod . This belongs to the Cart Module.

idstring
cart_idstring
cartCart
namestring
descriptionnull | string

Default: null

amountnumber | BigNumber
is_tax_inclusiveboolean

Default: false

shipping_option_idnull | string

Default: null

datanull | Record<string, unknown>

Default: null

metadatanull | Record<string, unknown>

Default: null

tax_linesCollection<ShippingMethodTaxLine, object>
adjustmentsCollection<ShippingMethodAdjustment, object>
created_atDate
updated_atDate
deleted_atnull | Date

Default: null

[OptionalProps]OptionalShippingMethodPropsOptional
Was this page helpful?