Google Apps Script API
    Preparing search index...
    interface OrdersCustomBatchRequestEntryShipLineItems {
        carrier?: string;
        lineItems?: OrderShipmentLineItemShipment[];
        shipmentGroupId?: string;
        shipmentId?: string;
        shipmentInfos?: OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo[];
        trackingId?: string;
    }
    Index

    Properties

    carrier?: string
    shipmentGroupId?: string
    shipmentId?: string
    trackingId?: string