Google Apps Script API
    Preparing search index...
    interface Order {
        acknowledged?: boolean;
        channelType?: string;
        customer?: OrderCustomer;
        deliveryDetails?: OrderDeliveryDetails;
        id?: string;
        kind?: string;
        lineItems?: OrderLineItem[];
        merchantId?: string;
        merchantOrderId?: string;
        netAmount?: Price;
        paymentMethod?: OrderPaymentMethod;
        paymentStatus?: string;
        placedDate?: string;
        promotions?: OrderLegacyPromotion[];
        refunds?: OrderRefund[];
        shipments?: OrderShipment[];
        shippingCost?: Price;
        shippingCostTax?: Price;
        shippingOption?: string;
        status?: string;
        taxCollector?: string;
    }
    Index

    Properties

    acknowledged?: boolean
    channelType?: string
    customer?: OrderCustomer
    deliveryDetails?: OrderDeliveryDetails
    id?: string
    kind?: string
    lineItems?: OrderLineItem[]
    merchantId?: string
    merchantOrderId?: string
    netAmount?: Price
    paymentMethod?: OrderPaymentMethod
    paymentStatus?: string
    placedDate?: string
    promotions?: OrderLegacyPromotion[]
    refunds?: OrderRefund[]
    shipments?: OrderShipment[]
    shippingCost?: Price
    shippingCostTax?: Price
    shippingOption?: string
    status?: string
    taxCollector?: string