Skip to main content
Skip to main content

ShippingMethod - Cart Module Data Models Reference

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

idstringRequired
cart_idstringRequired
cartCartRequired
namestringRequired
descriptionnull | stringRequired

Default: null

amountnumber | BigNumberRequired
raw_amountBigNumberRawValueRequired
is_tax_inclusivebooleanRequired

Default: false

shipping_option_idnull | stringRequired

Default: null

datanull | Record<string, unknown>Required

Default: null

metadatanull | Record<string, unknown>Required

Default: null

tax_linesCollection<ShippingMethodTaxLine, object>Required
adjustmentsCollection<ShippingMethodAdjustment, object>Required
created_atDateRequired
updated_atDateRequired
deleted_atnull | DateRequired

Default: null

[OptionalProps]OptionalShippingMethodProps
Was this section helpful?