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

    Interface GenerateCollectionFormRequest

    The request schema Call to generate the collection form.

    interface GenerateCollectionFormRequest {
        carrierId: string;
        clientReferenceDetails?: ClientReferenceDetail[];
        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

    shipFromAddress?: Address