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

    Interface ShippingApiGetShipmentDocumentsRequest

    Request parameters for getShipmentDocuments operation in ShippingApi.

    interface ShippingApiGetShipmentDocumentsRequest {
        dpi?: number;
        format?: string;
        packageClientReferenceId: string;
        shipmentId: string;
        xAmznShippingBusinessId?: GetShipmentDocumentsXAmznShippingBusinessIdEnum;
    }
    Index

    Properties

    dpi?: number

    The resolution of the document (for example, 300 means 300 dots per inch). Must be one of the supported resolutions returned in the response to the getRates operation.

    format?: string

    The file format of the document. Must be one of the supported formats returned by the getRates operation.

    packageClientReferenceId: string

    The package client reference identifier originally provided in the request body parameter for the getRates operation.

    shipmentId: string

    The shipment identifier originally returned by the purchaseShipment operation.

    Amazon shipping business to assume for this request. The default is AmazonShipping_UK.