- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ShippingMethod - Cart Module Data Models Reference
This documentation provides a reference to the ShippingMethod data model. It belongs to the Cart Module.
id
PrimaryKeyModifier<IdProperty>The ID of the shipping method.
name
TextPropertyThe name of the shipping method
amount
BigNumberPropertyThe amount of the shipping method
is_tax_inclusive
BooleanPropertyWhether the shipping method's amount is tax inclusive.
The associated cart.
The associated tax_lines.
The associated adjustments.
description
JSONPropertyOptionalThe description of the shipping method
shipping_option_id
TextPropertyOptionalThe ID of the related shipping option.
data
JSONPropertyOptionalThe data of the shipping method, used by the associated fulfillment provider when processing the shipping method.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?