eBay Product Metadata APIVersion 1.3.0
 

GroupProperties

Response container for defining a group of properties. It contains the group type, the display name of the group, and the properties included in the group.

Type that uses GroupProperties:

Call that uses GroupProperties:

Fields

description ( string ) [0..1]
Reserved for future use.
See the Field Index to learn which calls use description.

groupName ( string ) [1]
A displayable name for the given group type.
See the Field Index to learn which calls use groupName.

groupProperty ( GroupProperty ) [1..*]
Basic information for an individual property, consisting of the property name and any supplemental tags (name-value pair information) to describe the property, when needed. Use property metadata for more details about a property, including datatype constraints.
See the Field Index to learn which calls use groupProperty.

groupType ( token ) [1]
Identifies the nature of a given group of properties.
Allowed values:
REQUIRED_PROPERTIES
Properties that must be specified to add a product to the eBay catalog for the given category.
GUID_PROPERTIES
Properties (e.g., EAN or MPN) that qualify as globally unique identifiers (GUIDs) for a product. GUID properties make products easier to find and can improve search rankings for associated listings.
See the Field Index to learn which calls use groupType.