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

    A property group represents a logical grouping of schema properties that can be used for display or informational purposes.

    interface PropertyGroup {
        description?: string;
        propertyNames?: string[];
        title?: string;
    }
    Index

    Properties

    description?: string

    The description of the property group.

    propertyNames?: string[]

    The names of the schema properties for the property group.

    title?: string

    The display label of the property group.