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

Overview

Details about a specific maximum dispatch time, the maximum number of business
days required to ship an item to domestic buyers after receiving a cleared
payment.

@ingroup EBayAPIInterface

Tasks

  •   dispatchTimeMax

    Integer value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.



    If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.



    When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.




    Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.

    property
  •   description

    Value and unit (e.g., 10 Days) for the maximum dispatch time.
    Useful for display purposes.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be
    used to determine if and when to refresh cached client data.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the
    details were last updated. This timestamp can be used to determine
    if and when to refresh cached client data.

    property
  •   extendedHandling

    A value of true indicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers.

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

description

Value and unit (e.g., 10 Days) for the maximum dispatch time.
Useful for display purposes.

@property (nonatomic, retain) NSString *description

Discussion

Value and unit (e.g., 10 Days) for the maximum dispatch time.
Useful for display purposes.

type : NSString, wrapper for primitive string

Declared In

Trading_DispatchTimeMaxDetailsType.h

detailVersion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_DispatchTimeMaxDetailsType.h

dispatchTimeMax

Integer value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.



If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.



When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.




Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.

@property (nonatomic, retain) NSNumber *dispatchTimeMax

Discussion

Integer value that indicates the maximum number of business days that the eBay site allows as a seller’s handling time. The clock starts ticking the first business day after the buyer pays for the order. This means that if a buyer pays for the order on a Wednesday, the seller would have to ship the item by the next day (Thursday) if the DispatchTimeMax value is set to ‘1’. Typical values for this field are 1, 2, 3, 4, 5, 10, 15, or 20.



If using GeteBayDetails specifically to return this value, the caller sets the DetailName field in the request to DispatchTimeMaxDetails.



When creating, revising, or relisting an item, the seller cannot set the Item.DispatchTimeMax value higher than the value returned in this field.




Note: A dispatch time value of ‘0’ is not valid for use on eBay sites. With Add, Relist, Revise and Verify calls, if you need to indicate that a listing has no handling time commitment, submit Item.DispatchTimeMax as an empty field.

type : NSNumber, wrapper for primitive int

Declared In

Trading_DispatchTimeMaxDetailsType.h

extendedHandling

A value of true indicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers.

@property (nonatomic, retain) NSNumber *extendedHandling

Discussion

A value of true indicates that the seller has specified a handling time of 4 business days or more (an exception handling time). Sellers should be aware that long handling times might adversely affect the buying decisions of potential customers.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_DispatchTimeMaxDetailsType.h

updateTime

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_DispatchTimeMaxDetailsType.h