Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Proof of delivery information for a package.

    interface ProofOfDelivery {
        deliveryPhotoUrl?: string;
        receivedBy?: string;
    }
    Index
    deliveryPhotoUrl?: string

    URL of the delivery photo.

    receivedBy?: string

    The name of the person who received the package.