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

Overview

Information about an eBay catalog product.

@ingroup ShoppingInterface

Tasks

  •   product

    A set of Half.com catalog products. This contains stock information about a
    particular DVD, book, or other product.
    When you use QueryKeywords in the request, FindHalfProducts returns a
    maximum of 20 products per page.
    When you use ProductID in the request, FindHalfProducts usually only
    returns 1 product. ItemCount is only returned when ProductID is used
    in the request and the IncludeSelector is set to Items or Details.
    (If more than one product matches the same ProductID,
    FindProducts will return all of those products. As of the time
    of this writing, we expect this to be a rare case.)

    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

Shopping_HalfProductsType.h

product

A set of Half.com catalog products. This contains stock information about a
particular DVD, book, or other product.
When you use QueryKeywords in the request, FindHalfProducts returns a
maximum of 20 products per page.
When you use ProductID in the request, FindHalfProducts usually only
returns 1 product. ItemCount is only returned when ProductID is used
in the request and the IncludeSelector is set to Items or Details.
(If more than one product matches the same ProductID,
FindProducts will return all of those products. As of the time
of this writing, we expect this to be a rare case.)

@property (nonatomic, retain) NSMutableArray *product

Discussion

A set of Half.com catalog products. This contains stock information about a
particular DVD, book, or other product.
When you use QueryKeywords in the request, FindHalfProducts returns a
maximum of 20 products per page.
When you use ProductID in the request, FindHalfProducts usually only
returns 1 product. ItemCount is only returned when ProductID is used
in the request and the IncludeSelector is set to Items or Details.
(If more than one product matches the same ProductID,
FindProducts will return all of those products. As of the time
of this writing, we expect this to be a rare case.)

entry type : class Shopping_HalfCatalogProductType

Declared In

Shopping_HalfProductsType.h