Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_VerifyAddFixedPriceItemResponseType.h
Trading_VerifyAddFixedPriceItemResponseType.m

Overview

Returns the estimated fees that would be applicable for a new listing
(were the item actually listed to eBay with AddItem).

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
    actually list an item, so 0 is returned instead of a normal item ID.

    property
  •   sku

    Item-level SKU for the new listing, if the seller specified
    tem.SKU in the request. Variation SKUs are not returned

    property
  •   fees

    Child elements contain the estimated listing fees for the new item listing.
    The fees do not include the Final Value Fee (FVF), which cannot be determined
    until an item is sold.

    property
  •   expressListing

    Indicates whether the item would be listed on eBay Express.
    See ExpressItemRequirements for hints about why this
    value is true or false for a given item.

    property
  •   expressItemRequirements

    Contains details about why an item does or doesn't
    qualify as an eBay Express listing. Only returned when
    IncludeExpressRequirements is true the request.



    The item requirements are assessed in this order:

    - SellerExpressEligible

    - ExpressOptOut

    - ExpressApproved

    - All other settings

    property
  •   categoryID

    ID of the primary category in which the item would be listed.
    Only returned if you set Item.CategoryMappingAllowed to true in the request
    and the ID you passed in PrimaryCategory was mapped to a new ID by eBay.
    If the primary category has not changed or it has expired with no replacement,
    CategoryID does not return a value.

    property
  •   category2ID

    ID of the secondary category in which the item would be listed.
    Only returned if you set Item.CategoryMappingAllowed to true in the request
    and the ID you passed in SecondaryCategory was mapped to a new ID by eBay.
    If the secondary category has not changed or it has expired with no replacement,
    Category2ID does not return a value.

    property
  •   discountReason

    The nature of the discount, if a discount would have applied
    had this actually been listed at this time.

    property

Properties

category2ID

ID of the secondary category in which the item would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.

@property (nonatomic, retain) NSString *category2ID

Discussion

ID of the secondary category in which the item would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.

type : NSString, wrapper for primitive string

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

categoryID

ID of the primary category in which the item would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.

@property (nonatomic, retain) NSString *categoryID

Discussion

ID of the primary category in which the item would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.

type : NSString, wrapper for primitive string

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

discountReason

The nature of the discount, if a discount would have applied
had this actually been listed at this time.

@property (nonatomic, retain) NSMutableArray *discountReason

Discussion

The nature of the discount, if a discount would have applied
had this actually been listed at this time.

entry type : string constant in Trading_DiscountReasonCodeType.h

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

expressItemRequirements

Contains details about why an item does or doesn't
qualify as an eBay Express listing. Only returned when
IncludeExpressRequirements is true the request.



The item requirements are assessed in this order:

- SellerExpressEligible

- ExpressOptOut

- ExpressApproved

- All other settings

@property (nonatomic, retain) Trading_ExpressItemRequirementsType *expressItemRequirements

Discussion

Contains details about why an item does or doesn't
qualify as an eBay Express listing. Only returned when
IncludeExpressRequirements is true the request.



The item requirements are assessed in this order:

- SellerExpressEligible

- ExpressOptOut

- ExpressApproved

- All other settings

type : class Trading_ExpressItemRequirementsType

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

expressListing

Indicates whether the item would be listed on eBay Express.
See ExpressItemRequirements for hints about why this
value is true or false for a given item.

@property (nonatomic, retain) NSNumber *expressListing

Discussion

Indicates whether the item would be listed on eBay Express.
See ExpressItemRequirements for hints about why this
value is true or false for a given item.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

fees

Child elements contain the estimated listing fees for the new item listing.
The fees do not include the Final Value Fee (FVF), which cannot be determined
until an item is sold.

@property (nonatomic, retain) Trading_FeesType *fees

Discussion

Child elements contain the estimated listing fees for the new item listing.
The fees do not include the Final Value Fee (FVF), which cannot be determined
until an item is sold.

type : class Trading_FeesType

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

itemID

Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
actually list an item, so 0 is returned instead of a normal item ID.

@property (nonatomic, retain) NSString *itemID

Discussion

Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
actually list an item, so 0 is returned instead of a normal item ID.

type : NSString, wrapper for primitive string

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h

sku

Item-level SKU for the new listing, if the seller specified
tem.SKU in the request. Variation SKUs are not returned

@property (nonatomic, retain) NSString *sku

Discussion

Item-level SKU for the new listing, if the seller specified
tem.SKU in the request. Variation SKUs are not returned

Declared In

Trading_VerifyAddFixedPriceItemResponseType.h