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

Overview

Defines the details about one specific trait name.

@ingroup EBayAPIInterface

Tasks

  •   name

    The current name (e.g., Material) of a variation specific
    in the active listing. If specified, NewName must also be specified.

    property
  •   newName

    The new name (e.g., Fabric) of the variation specific you are
    modifying.



    If specified, Name must also be specified.



    Also specify the new name (and omit the original name) in
    VariationSpecificsSet.



    After this change is made, GetItem only shows the new name in VariationSpecfiics.



    Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)



    If you are making other changes to a variation (such as adding new
    values or pictures), use consistent names to avoid unexpected
    results. For example, specify the same new name to identify the
    variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList).

    property
  •   any

    (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_ModifyNameType.h

name

The current name (e.g., Material) of a variation specific
in the active listing. If specified, NewName must also be specified.

@property (nonatomic, retain) NSString *name

Discussion

The current name (e.g., Material) of a variation specific
in the active listing. If specified, NewName must also be specified.

type : NSString, wrapper for primitive string

Declared In

Trading_ModifyNameType.h

newName

The new name (e.g., Fabric) of the variation specific you are
modifying.



If specified, Name must also be specified.



Also specify the new name (and omit the original name) in
VariationSpecificsSet.



After this change is made, GetItem only shows the new name in VariationSpecfiics.



Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)



If you are making other changes to a variation (such as adding new
values or pictures), use consistent names to avoid unexpected
results. For example, specify the same new name to identify the
variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList).

@property (nonatomic, retain) NSString *newName

Discussion

The new name (e.g., Fabric) of the variation specific you are
modifying.



If specified, Name must also be specified.



Also specify the new name (and omit the original name) in
VariationSpecificsSet.



After this change is made, GetItem only shows the new name in VariationSpecfiics.



Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)



If you are making other changes to a variation (such as adding new
values or pictures), use consistent names to avoid unexpected
results. For example, specify the same new name to identify the
variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList).

type : NSString, wrapper for primitive string

Declared In

Trading_ModifyNameType.h