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

    Properties

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