Home > @vsf-enterprise/commercetools-types > ShippingInfo
# ShippingInfo type
Signature:
export declare type ShippingInfo = {
__typename?: 'ShippingInfo';
shippingMethodName: Scalars['String'];
price: Money;
shippingRate: ShippingRate;
taxRate?: Maybe<TaxRate>;
deliveries: Array<Delivery>;
discountedPrice?: Maybe<DiscountedLineItemPrice>;
taxedPrice?: Maybe<TaxedItemPrice>;
shippingMethodState: ShippingMethodState;
shippingMethod?: Maybe<ShippingMethod>;
shippingMethodRef?: Maybe<Reference>;
taxCategory?: Maybe<TaxCategory>;
taxCategoryRef?: Maybe<Reference>;
};
References: Scalars, Money, ShippingRate, Maybe, TaxRate, Delivery, DiscountedLineItemPrice, TaxedItemPrice, ShippingMethodState, ShippingMethod, Reference, TaxCategory