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

    A custom attribute that is loosely typed, modeled through a key-value pair and its data type.

    interface CustomAttribute {
        key?: string;
        type?: CustomAttributeType;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The key of the custom attribute. Must be unique.

    value?: string

    The value of the custom attribute.