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

    The scope of work for the order.

    interface ScopeOfWork {
        asin?: string;
        quantity?: number;
        requiredSkills?: string[];
        title?: string;
    }
    Index
    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.