# ShippingLine - admin-graphql - OBJECT Version: 2025-01 ## Description Represents the shipping details that the customer chose for their order. ### Access Scopes ## Fields * [carrierIdentifier](/docs/api/admin-graphql/2025-01/scalars/String): String - A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service. * [code](/docs/api/admin-graphql/2025-01/scalars/String): String - A reference to the shipping method. * [currentDiscountedPriceSet](/docs/api/admin-graphql/2025-01/objects/MoneyBag): 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](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the shipping line is custom or not. * [deliveryCategory](/docs/api/admin-graphql/2025-01/scalars/String): String - The general classification of the delivery method. * [discountAllocations](/docs/api/admin-graphql/2025-01/objects/DiscountAllocation): DiscountAllocation! - The discounts that have been allocated to the shipping line. * [discountedPrice](/docs/api/admin-graphql/2025-01/objects/MoneyV2): 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](/docs/api/admin-graphql/2025-01/objects/MoneyBag): 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. * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID - A globally-unique ID. * [isRemoved](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the shipping line has been removed. * [originalPrice](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2! - The pre-tax shipping price without any discounts applied. * [originalPriceSet](/docs/api/admin-graphql/2025-01/objects/MoneyBag): MoneyBag! - The pre-tax shipping price without any discounts applied. * [phone](/docs/api/admin-graphql/2025-01/scalars/String): String - The phone number at the shipping address. * [price](/docs/api/admin-graphql/2025-01/scalars/Money): Money! - Returns the price of the shipping line. * [requestedFulfillmentService](/docs/api/admin-graphql/2025-01/objects/FulfillmentService): FulfillmentService - The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service. * [shippingRateHandle](/docs/api/admin-graphql/2025-01/scalars/String): String - A unique identifier for the shipping rate. The format can change without notice and isn't meant to be shown to users. * [source](/docs/api/admin-graphql/2025-01/scalars/String): String - Returns the rate source for the shipping line. * [taxLines](/docs/api/admin-graphql/2025-01/objects/TaxLine): TaxLine! - The TaxLine objects connected to this shipping line. * [title](/docs/api/admin-graphql/2025-01/scalars/String): String! - Returns the title of the shipping line. ## Connections ## Related queries ## Related mutations ## Related Unions * [DraftOrderPlatformDiscountAllocationTarget](/docs/api/admin-graphql/2025-01/unions/DraftOrderPlatformDiscountAllocationTarget) The element of the draft being discounted. ## Examples