Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_AttributeType.h
Trading_AttributeType.m

Overview

A salient aspect or feature of an item. On eBay.com, this information is used in the Item Specifics
section of a listing to describe an item
in a standard way so that buyers can find it more easily.

@ingroup EBayAPIInterface

Tasks

  •   value

    A value the seller selected or entered for the attribute.
    At least one value is required for each Attribute that you specify.
    Some attributes can have multiple values.
    See the eBay Web Services guide sections on
    Item Specifics (Attributes) and Pre-filled Item Information (Catalogs)
    for information about using GetAttributesCS to determine valid
    attribute values.


    For eBay.com listings, use AttributeSetArray.AttributeSet.Attribute.Value.
    For Half.com, use AttributeArray.Attribute.Value. That is, the parent elements
    and usage for Half.com differs from
    eBay’s standard Item Specifics format (and there is no relationship to GetAttributesCS).
    For Half.com, this does not use the same Attributes logic as eBay’s Item Specifics.
    For Half.com, AttributeArray.Attribute.Value is required when you use AddItem.
    see the eBay Web Services Guide for valid values.
    You can revise AttributeArray.Attribute.Value for Half.com listings.

    property
  •   any

    (public property)

    property
  •   attributeID

    (public property)

    property
  •   attributeLabel

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_AttributeType.h

attributeID

(public property)

@property (nonatomic, retain) NSNumber *attributeID

Discussion

(public property)

type : NSNumber, wrapper for primitive int

Declared In

Trading_AttributeType.h

attributeLabel

(public property)

@property (nonatomic, retain) NSString *attributeLabel

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Trading_AttributeType.h

value

A value the seller selected or entered for the attribute.
At least one value is required for each Attribute that you specify.
Some attributes can have multiple values.
See the eBay Web Services guide sections on
Item Specifics (Attributes) and Pre-filled Item Information (Catalogs)
for information about using GetAttributesCS to determine valid
attribute values.


For eBay.com listings, use AttributeSetArray.AttributeSet.Attribute.Value.
For Half.com, use AttributeArray.Attribute.Value. That is, the parent elements
and usage for Half.com differs from
eBay’s standard Item Specifics format (and there is no relationship to GetAttributesCS).
For Half.com, this does not use the same Attributes logic as eBay’s Item Specifics.
For Half.com, AttributeArray.Attribute.Value is required when you use AddItem.
see the eBay Web Services Guide for valid values.
You can revise AttributeArray.Attribute.Value for Half.com listings.

@property (nonatomic, retain) NSMutableArray *value

Discussion

A value the seller selected or entered for the attribute.
At least one value is required for each Attribute that you specify.
Some attributes can have multiple values.
See the eBay Web Services guide sections on
Item Specifics (Attributes) and Pre-filled Item Information (Catalogs)
for information about using GetAttributesCS to determine valid
attribute values.


For eBay.com listings, use AttributeSetArray.AttributeSet.Attribute.Value.
For Half.com, use AttributeArray.Attribute.Value. That is, the parent elements
and usage for Half.com differs from
eBay’s standard Item Specifics format (and there is no relationship to GetAttributesCS).
For Half.com, this does not use the same Attributes logic as eBay’s Item Specifics.
For Half.com, AttributeArray.Attribute.Value is required when you use AddItem.
see the eBay Web Services Guide for valid values.
You can revise AttributeArray.Attribute.Value for Half.com listings.

entry type : class Trading_ValType

Declared In

Trading_AttributeType.h