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

    Interface CreateWarrantyRequest

    The request schema for the createWarranty operation.

    interface CreateWarrantyRequest {
        attachments?: Attachment[];
        coverageEndDate?: string;
        coverageStartDate?: string;
    }
    Index
    attachments?: Attachment[]

    Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.

    coverageEndDate?: string

    The end date of the warranty coverage to include in the message to the buyer.

    coverageStartDate?: string

    The start date of the warranty coverage to include in the message to the buyer.