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

    The scope of work for the order.

    interface ScopeOfWork {
        asin?: string;
        quantity?: number;
        requiredSkills?: string[];
        title?: string;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN) of the service job.

    quantity?: number

    The number of service jobs.

    requiredSkills?: string[]

    A list of skills required to perform the job.

    title?: string

    The title of the service job.