Shipping: {
    address: Address;
    recipient: ShippingRecipient;
    shippingOption?: {
        shippingCarrier?: string;
        shippingType: ShippingType;
        shippingTypeAttributes?: ShippingTypeAttributes[];
    };
    shippingReference?: string;
}

Type declaration