Represents the shipping details that the customer chose for their order.
Access Scopes
Fields
carrierIdentifier:
String -
A reference to the carrier service that provided the rate.
Present when the rate was computed by a third-party carrier service.
code:
String -
A reference to the shipping method.
currentDiscountedPriceSet:
MoneyBag! -
The current shipping price after applying refunds, after applying discounts. If the parent `order.taxesIncluded`` field is true, then this price includes taxes. Otherwise, this field is the pre-tax price.
custom:
Boolean! -
Whether the shipping line is custom or not.
deliveryCategory:
String -
The general classification of the delivery method.
discountAllocations:
DiscountAllocation! -
The discounts that have been allocated to the shipping line.
discountedPrice:
MoneyV2! -
The pre-tax shipping price with discounts applied.
As of API version 2024-07, this will be calculated including cart level discounts, such as the free shipping discount.
discountedPriceSet:
MoneyBag! -
The shipping price after applying discounts. If the parent order.taxesIncluded field is true, then this price includes taxes. If not, it's the pre-tax price.
As of API version 2024-07, this will be calculated including cart level discounts, such as the free shipping discount.