Google Apps Script API
    Preparing search index...

    Interface OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails

    interface OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails {
        deliverByDate?: string;
        lineItemId?: string;
        productId?: string;
        shipByDate?: string;
    }
    Index

    Properties

    deliverByDate?: string
    lineItemId?: string
    productId?: string
    shipByDate?: string