Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_AddFixedPriceItemRequestType.h
Trading_AddFixedPriceItemRequestType.m

Overview

Defines and lists a new fixed-price listing (not auction-style listings).
The main difference between AddFixedPriceItem and AddItem is that
AddFixedPriceItem supports the creation of fixed-price listings only,
whereas AddItem supports all listing formats.



Also, only AddFixedPriceItem supports multi-variation listings
and tracking inventory by SKU. AddItem does not support
Variations or InventoryTrackingMethod.



See the AddFixedPriceItem documentation for additional information.

@ingroup EBayAPIInterface

Tasks

  •   item

    Root container holding all values that define a new
    fixed-price listing.

    property

Properties

item

Root container holding all values that define a new
fixed-price listing.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

Root container holding all values that define a new
fixed-price listing.

type : class Trading_ItemType

Declared In

Trading_AddFixedPriceItemRequestType.h