Selling Partner API SDK for JavaScript
    Preparing search index...
    CustomAttributeType: {
        Boolean: "BOOLEAN";
        Double: "DOUBLE";
        Integer: "INTEGER";
        JsonString: "JSON_STRING";
        String: "STRING";
    } = ...

    The data type of the custom attribute value to aid with parsing during deserialization.

    Type Declaration

    • ReadonlyBoolean: "BOOLEAN"
    • ReadonlyDouble: "DOUBLE"
    • ReadonlyInteger: "INTEGER"
    • ReadonlyJsonString: "JSON_STRING"
    • ReadonlyString: "STRING"