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

Overview

Defines variation-specific pictures associated with one
VariationSpecificName (e.g., Color) whose values differ across variations.

@ingroup EBayAPIInterface

Tasks

  •   variationSpecificName

    One aspect of the variations that will be illustrated in the
    pictures for all variations. For example, if each variation
    is visually distinguished by color and the pictures show
    the different colors available, then specify “Color” as the name.
    The name must match one of the names specified in the
    VariationSpecifics container.



    This field is required in each Item.Variations.Pictures container that is used.

    property
  •   variationSpecificPictureSet

    A container consisting of one or more picture URLs associated with a variation
    specific value (e.g., color=blue). For example, suppose a listing contains blue
    and black color variations, and VariationSpecificName= Color.
    In this case, one picture set could contain pictures of the blue shirts (e.g.,
    front view, back view, and close-up of a trim detail), and another picture set
    could contain pictures of the black shirts.



    A variation specific picture set can consist of up to 12 images hosted by eBay
    Picture Services (EPS). However, only one picture may be used if that picture is
    hosted outside of eBay. eBay Picture Services and self-hosted images can never
    be combined into the same variation specific picture set.



    At least one picture set is required if the Pictures node
    is present in the request. You are not required to provide pictures
    for all values that correspond to the variation specific name.
    For example, a listing could have pictures depicting the blue and
    black color variations, but not the pink variations.

    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_PicturesType.h

variationSpecificName

One aspect of the variations that will be illustrated in the
pictures for all variations. For example, if each variation
is visually distinguished by color and the pictures show
the different colors available, then specify “Color” as the name.
The name must match one of the names specified in the
VariationSpecifics container.



This field is required in each Item.Variations.Pictures container that is used.

@property (nonatomic, retain) NSString *variationSpecificName

Discussion

One aspect of the variations that will be illustrated in the
pictures for all variations. For example, if each variation
is visually distinguished by color and the pictures show
the different colors available, then specify “Color” as the name.
The name must match one of the names specified in the
VariationSpecifics container.



This field is required in each Item.Variations.Pictures container that is used.

type : NSString, wrapper for primitive string

Declared In

Trading_PicturesType.h

variationSpecificPictureSet

A container consisting of one or more picture URLs associated with a variation
specific value (e.g., color=blue). For example, suppose a listing contains blue
and black color variations, and VariationSpecificName= Color.
In this case, one picture set could contain pictures of the blue shirts (e.g.,
front view, back view, and close-up of a trim detail), and another picture set
could contain pictures of the black shirts.



A variation specific picture set can consist of up to 12 images hosted by eBay
Picture Services (EPS). However, only one picture may be used if that picture is
hosted outside of eBay. eBay Picture Services and self-hosted images can never
be combined into the same variation specific picture set.



At least one picture set is required if the Pictures node
is present in the request. You are not required to provide pictures
for all values that correspond to the variation specific name.
For example, a listing could have pictures depicting the blue and
black color variations, but not the pink variations.

@property (nonatomic, retain) NSMutableArray *variationSpecificPictureSet

Discussion

A container consisting of one or more picture URLs associated with a variation
specific value (e.g., color=blue). For example, suppose a listing contains blue
and black color variations, and VariationSpecificName= Color.
In this case, one picture set could contain pictures of the blue shirts (e.g.,
front view, back view, and close-up of a trim detail), and another picture set
could contain pictures of the black shirts.



A variation specific picture set can consist of up to 12 images hosted by eBay
Picture Services (EPS). However, only one picture may be used if that picture is
hosted outside of eBay. eBay Picture Services and self-hosted images can never
be combined into the same variation specific picture set.



At least one picture set is required if the Pictures node
is present in the request. You are not required to provide pictures
for all values that correspond to the variation specific name.
For example, a listing could have pictures depicting the blue and
black color variations, but not the pink variations.

entry type : class Trading_VariationSpecificPictureSetType

Declared In

Trading_PicturesType.h