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

    Document that captured during service appointment fulfillment that portrays proof of completion

    interface FulfillmentDocument {
        contentSha256?: string;
        uploadDestinationId?: string;
    }
    Index

    Properties

    contentSha256?: string

    Sha256 hash of the file content. This value is used to determine if the file has been corrupted or tampered with during transit.

    uploadDestinationId?: string

    The identifier of the upload destination. Get this value by calling the createServiceDocumentUploadDestination operation of the Services API.