Trading_NameValueListArrayType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_NameValueListArrayType.h Trading_NameValueListArrayType.m |
Overview
A list of one or more valid names and corresponding values. Currently
used for Item Specifics and Variations.
@ingroup EBayAPIInterface
Tasks
-
nameValueList
For the AddItem family of calls:
property
Contains the name and value(s) for an Item Specific.
Only required when the ItemSpecifics container is
specified.
For the AddFixedPriceItem family of calls:
The same NameValueList schema is used for the
ItemSpecifics node, the VariationSpecifics node, and the
VariationSpecifcsSet node.
If the listing has varations, any name that you use in the
VariationSpecifics and VariationSpecificsSet nodes can’t be used
in the ItemSpecifics node.
When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics
node.
b) Specify up to five VariationSpecifics in each Variation
node.
c) Specify all applicable names with all their supported values in
the VariationSpecificSet node.
See the Variation sample in the
AddFixedPriceItem call reference for examples.
For PlaceOffer: Required if the item being
purchased includes Item Variations.
Properties
nameValueList
For the AddItem family of calls:
Contains the name and value(s) for an Item Specific.
Only required when the ItemSpecifics container is
specified.
For the AddFixedPriceItem family of calls:
The same NameValueList schema is used for the
ItemSpecifics node, the VariationSpecifics node, and the
VariationSpecifcsSet node.
If the listing has varations, any name that you use in the
VariationSpecifics and VariationSpecificsSet nodes can’t be used
in the ItemSpecifics node.
When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics
node.
b) Specify up to five VariationSpecifics in each Variation
node.
c) Specify all applicable names with all their supported values in
the VariationSpecificSet node.
See the Variation sample in the
AddFixedPriceItem call reference for examples.
For PlaceOffer: Required if the item being
purchased includes Item Variations.
@property (nonatomic, retain) NSMutableArray *nameValueList
Discussion
For the AddItem family of calls:
Contains the name and value(s) for an Item Specific.
Only required when the ItemSpecifics container is
specified.
For the AddFixedPriceItem family of calls:
The same NameValueList schema is used for the
ItemSpecifics node, the VariationSpecifics node, and the
VariationSpecifcsSet node.
If the listing has varations, any name that you use in the
VariationSpecifics and VariationSpecificsSet nodes can’t be used
in the ItemSpecifics node.
When you list with Item Variations:
a) Specify shared Item Specifics (e.g., Brand) in the ItemSpecifics
node.
b) Specify up to five VariationSpecifics in each Variation
node.
c) Specify all applicable names with all their supported values in
the VariationSpecificSet node.
See the Variation sample in the
AddFixedPriceItem call reference for examples.
For PlaceOffer: Required if the item being
purchased includes Item Variations.
entry type : class Trading_NameValueListType
Declared In
Trading_NameValueListArrayType.h