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

Overview

Describes a Selling Manager Template

@ingroup EBayAPIInterface

Tasks

  •   primaryCategoryID

    Category ID for a product with variations.
    Only applicable (and required on input)
    when Variations and/or ItemSpecifics is specified in the request
    or returned in a response.

    property
  •   variations

    Variations are multiple similar (but not identical) versions of the
    same product. For example, two shirt variations could have the same
    brand and sleeve style, but could vary by color and size
    (like “Blue, Large” and “Black, Medium”).
    On eBay, a single fixed-price (or Store Inventory Format) listing
    can include multiple variations.
    Each variation can have its own quantity and price.
    To determine which categories support variations, use GetCategoryFeatures.

    property
  •   itemSpecifics

    A list of custom Item Specifics for the product.
    Custom Item Specifics give sellers a structured way to describe
    details of their items in a name-value format.
    For example, a book could have
    Item Specifics like Author=J.K. Rowling and Format=Hardcover.
    To determine which categories support
    custom Item Specifics, use GetCategoryFeatures.

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

itemSpecifics

A list of custom Item Specifics for the product.
Custom Item Specifics give sellers a structured way to describe
details of their items in a name-value format.
For example, a book could have
Item Specifics like Author=J.K. Rowling and Format=Hardcover.
To determine which categories support
custom Item Specifics, use GetCategoryFeatures.

@property (nonatomic, retain) Trading_NameValueListArrayType *itemSpecifics

Discussion

A list of custom Item Specifics for the product.
Custom Item Specifics give sellers a structured way to describe
details of their items in a name-value format.
For example, a book could have
Item Specifics like Author=J.K. Rowling and Format=Hardcover.
To determine which categories support
custom Item Specifics, use GetCategoryFeatures.

type : class Trading_NameValueListArrayType

Declared In

Trading_SellingManagerProductSpecificsType.h

primaryCategoryID

Category ID for a product with variations.
Only applicable (and required on input)
when Variations and/or ItemSpecifics is specified in the request
or returned in a response.

@property (nonatomic, retain) NSString *primaryCategoryID

Discussion

Category ID for a product with variations.
Only applicable (and required on input)
when Variations and/or ItemSpecifics is specified in the request
or returned in a response.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerProductSpecificsType.h

variations

Variations are multiple similar (but not identical) versions of the
same product. For example, two shirt variations could have the same
brand and sleeve style, but could vary by color and size
(like “Blue, Large” and “Black, Medium”).
On eBay, a single fixed-price (or Store Inventory Format) listing
can include multiple variations.
Each variation can have its own quantity and price.
To determine which categories support variations, use GetCategoryFeatures.

@property (nonatomic, retain) Trading_VariationsType *variations

Discussion

Variations are multiple similar (but not identical) versions of the
same product. For example, two shirt variations could have the same
brand and sleeve style, but could vary by color and size
(like “Blue, Large” and “Black, Medium”).
On eBay, a single fixed-price (or Store Inventory Format) listing
can include multiple variations.
Each variation can have its own quantity and price.
To determine which categories support variations, use GetCategoryFeatures.

type : class Trading_VariationsType

Declared In

Trading_SellingManagerProductSpecificsType.h