Request parameters for getShipmentDocuments operation in ShippingApi.

ShippingApiGetShipmentDocumentsRequest

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

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.

ShippingApiGetShipmentDocuments

format?: string

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

ShippingApiGetShipmentDocuments

packageClientReferenceId: string

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

ShippingApiGetShipmentDocuments

shipmentId: string

The shipment identifier originally returned by the purchaseShipment operation.

ShippingApiGetShipmentDocuments

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

ShippingApiGetShipmentDocuments