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

    Plain positional text that is used in collections of brief labels and descriptors.

    interface PlainTextItem {
        position: number;
        value: string;
    }
    Index

    Properties

    Properties

    position: number

    The rank or index of this text item within the collection. Different items cannot occupy the same position within a single collection.

    value: string

    The actual plain text.