Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface GetCollectionFormHistoryRequest

    The request schema to get query collections form history API .

    interface GetCollectionFormHistoryRequest {
        carrierId?: string;
        clientReferenceDetails?: ClientReferenceDetail[];
        dateRange?: DateRange;
        maxResults?: number;
        shipFromAddress?: Address;
    }
    Index

    Properties

    carrierId?: string

    The carrier identifier for the offering, provided by the carrier.

    clientReferenceDetails?: ClientReferenceDetail[]

    Object to pass additional information about the MCI Integrator shipperType: List of ClientReferenceDetail

    dateRange?: DateRange
    maxResults?: number

    max Number of Results for query .

    shipFromAddress?: Address