Fields


id
ID!
required

A unique identifier for the shipping method. This ID can be used to reference the shipping method when updating or selecting a specific shipping method.

label
String!
required

A label that describes the shipping method. This can be displayed to the user to help them understand the shipping option, such as “Standard Shipping” or “Express Shipping.”

price

The base price of the shipping method. This is the cost of shipping before any taxes are applied.

taxes

This field contains information about the amount of taxes that are included in the total taxes based on the shipping price.

total

The total cost of the offer, including subtotal, shipping price, and taxes. This is the final amount that the user would pay.