stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingLine

AdminTypes.ShippingLine interface

Represents the shipping details that the customer chose for their order.

Signature:

export interface ShippingLine 

Properties

Property Modifiers Type Description
carrierIdentifier?   Maybe<Scalars[‘String’][‘output’]> (Optional) A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.
code?   Maybe<Scalars[‘String’][‘output’]> (Optional) A reference to the shipping method.
custom   Scalars[‘Boolean’][‘output’] Whether the shipping line is custom or not.
deliveryCategory?   Maybe<Scalars[‘String’][‘output’]> (Optional) The general classification of the delivery method.
discountAllocations   Array<DiscountAllocation> The discounts that have been allocated to the shipping line.
discountedPrice   MoneyV2 The pre-tax shipping price with discounts applied.
discountedPriceSet   MoneyBag The pre-tax shipping price with discounts applied.
id?   Maybe<Scalars[‘ID’][‘output’]> (Optional) A globally-unique ID.
originalPrice   MoneyV2 The pre-tax shipping price without any discounts applied.
originalPriceSet   MoneyBag The pre-tax shipping price without any discounts applied.
phone?   Maybe<Scalars[‘String’][‘output’]> (Optional) The phone number at the shipping address.
price   Scalars[‘Money’][‘output’] Returns the price of the shipping line.
requestedFulfillmentService?   Maybe<FulfillmentService> (Optional) The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.
shippingRateHandle?   Maybe<Scalars[‘String’][‘output’]> (Optional) A unique identifier for the shipping rate. The format can change without notice and isn’t meant to be shown to users.
source?   Maybe<Scalars[‘String’][‘output’]> (Optional) Returns the rate source for the shipping line.
taxLines   Array<TaxLine> The TaxLine objects connected to this shipping line.
title   Scalars[‘String’][‘output’] Returns the title of the shipping line.