Trading_SellerReturnProfileType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellerReturnProfileType.h Trading_SellerReturnProfileType.m |
Overview
Type defining the SellerReturnProfile container, which is used in an
Add/Revise/Relist Trading API call to reference a Business Policies return policy profile.
Business Policies return policy profiles contain detailed information on
the seller’s return policy, including the refund option, how many days the buyer has
to return the item for a refund, warranty information, and restocking fee (if any).
Business Policies return policy profiles are also returned in
GetItem, GetMyeBaySelling, and other
Trading calls that retrieve Item data.
Note:
Business Policies are not yet available for use on the eBay platform.
@ingroup EBayAPIInterface
Tasks
-
returnProfileID
The unique identifier of a Business Policies return policy profile. A ReturnProfileID
property
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the payment policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
-
returnProfileName
The name of a Business Policies return policy profile. A ReturnProfileID
property
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the return policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
-
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_SellerReturnProfileType.h
returnProfileID
The unique identifier of a Business Policies return policy profile. A ReturnProfileID
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the payment policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSNumber *returnProfileID
Discussion
The unique identifier of a Business Policies return policy profile. A ReturnProfileID
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the payment policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellerReturnProfileType.h
returnProfileName
The name of a Business Policies return policy profile. A ReturnProfileID
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the return policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSString *returnProfileName
Discussion
The name of a Business Policies return policy profile. A ReturnProfileID
and/or a ReturnProfileName value is used in the Add/Revise/Relist
call to reference and use the return policy values of a Business Policies return policy
profile. If both fields are provided and their values don’t match, the ReturnProfileID
takes precedence.
In the “Get” calls, the ReturnProfileID value will always be
returned if the listing is using a Business Policies return policy profile, and the ReturnProfileName
value will be returned if a name is assigned to the return policy profile.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSString, wrapper for primitive string
Declared In
Trading_SellerReturnProfileType.h