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

Overview

Ends the specified fixed-price listing before the date and time at which
it would normally end (per the listing duration).

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Unique item ID that identifies the item listing that you want to end.



    In the EndFixedPriceItem request, either ItemID or SKU is required.
    If both are passed in and they don’t refer to the same listing, eBay
    ignores SKU and considers only the ItemID.

    property
  •   endingReason

    Indicates the seller’s reason for ending the listing early. This field
    is required if the seller is ending the item early and the item did
    not successfully sell.

    property
  •   sku

    The unique SKU of the item being ended. A SKU (stock keeping unit) is
    an identifier defined by a seller. SKU can only be used to end an
    item if you listed the item by using AddFixedPriceItem or
    RelistFixedPriceItem, and you set Item.InventoryTrackingMethod to SKU
    at the time the item was listed. (These criteria are necessary to
    uniquely identify the listing by a SKU.)



    In the EndFixedPriceItem request, either ItemID or SKU is required. If
    both are passed in and they don’t refer to the same listing, eBay
    ignores SKU and considers only the ItemID.



    To remove a SKU when you revise or relist an item, use DeletedField in
    the revision or relist call.

    property

Properties

endingReason

Indicates the seller’s reason for ending the listing early. This field
is required if the seller is ending the item early and the item did
not successfully sell.

@property (nonatomic, retain) NSString *endingReason

Discussion

Indicates the seller’s reason for ending the listing early. This field
is required if the seller is ending the item early and the item did
not successfully sell.

type: string constant in Trading_EndReasonCodeType.h

Declared In

Trading_EndFixedPriceItemRequestType.h

itemID

Unique item ID that identifies the item listing that you want to end.



In the EndFixedPriceItem request, either ItemID or SKU is required.
If both are passed in and they don’t refer to the same listing, eBay
ignores SKU and considers only the ItemID.

@property (nonatomic, retain) NSString *itemID

Discussion

Unique item ID that identifies the item listing that you want to end.



In the EndFixedPriceItem request, either ItemID or SKU is required.
If both are passed in and they don’t refer to the same listing, eBay
ignores SKU and considers only the ItemID.

type : NSString, wrapper for primitive string

Declared In

Trading_EndFixedPriceItemRequestType.h

sku

The unique SKU of the item being ended. A SKU (stock keeping unit) is
an identifier defined by a seller. SKU can only be used to end an
item if you listed the item by using AddFixedPriceItem or
RelistFixedPriceItem, and you set Item.InventoryTrackingMethod to SKU
at the time the item was listed. (These criteria are necessary to
uniquely identify the listing by a SKU.)



In the EndFixedPriceItem request, either ItemID or SKU is required. If
both are passed in and they don’t refer to the same listing, eBay
ignores SKU and considers only the ItemID.



To remove a SKU when you revise or relist an item, use DeletedField in
the revision or relist call.

@property (nonatomic, retain) NSString *sku

Discussion

The unique SKU of the item being ended. A SKU (stock keeping unit) is
an identifier defined by a seller. SKU can only be used to end an
item if you listed the item by using AddFixedPriceItem or
RelistFixedPriceItem, and you set Item.InventoryTrackingMethod to SKU
at the time the item was listed. (These criteria are necessary to
uniquely identify the listing by a SKU.)



In the EndFixedPriceItem request, either ItemID or SKU is required. If
both are passed in and they don’t refer to the same listing, eBay
ignores SKU and considers only the ItemID.



To remove a SKU when you revise or relist an item, use DeletedField in
the revision or relist call.

type : NSString, wrapper for primitive string

Declared In

Trading_EndFixedPriceItemRequestType.h