Trading_GetUserPreferencesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetUserPreferencesRequestType.h Trading_GetUserPreferencesRequestType.m |
Overview
Retrieves the specified user preferences for the authenticated caller.
@ingroup EBayAPIInterface
Tasks
-
showBidderNoticePreferencesIf included and set to true, the seller’s preference for receiving contact
property
information for unsuccessful bidders is returned in the response. -
showCombinedPaymentPreferencesIf included and set to true, the seller’s combined payment preferences are
property
returned in the response.
Note:
The CombinedPaymentPreferences.CombinedPaymentOption field is the only
preference that should be managed with the GetUserPreferences and
SetUserPreferences calls. All other Combined Payment preferences should be
managed with the SetDiscountProfiles and GetDiscountProfiles calls.
-
showCrossPromotionPreferencesThis container should no longer be used as eBay Store Cross Promotions are no
property
longer supported in the Trading API. This container will be removed from the
Trading WSDL and API Call Reference docs in a future release.
If included and set to true, the seller’s cross-promotion preferences are
returned in the response. These preferences are only applicable for eBay
Store owners. -
showSellerPaymentPreferencesIf included and set to true, the seller’s payment preferences are returned
property
in the response. -
showEndOfAuctionEmailPreferencesIf included and set to true, the seller’s preferences for the end-of-auction
property
email sent to the winning bidder is returned in the response. These
preferences are only applicable for auction listings. -
showSellerFavoriteItemPreferencesIf included and set to true, the seller’s favorite item preferences are
property
returned in the response. -
showProStoresPreferencesIf included and set to true, the seller’s ProStores preferences are
property
returned in the response. -
showEmailShipmentTrackingNumberPreferenceIf included and set to true, the seller’s preference for sending an email to
property
the buyer with the shipping tracking number is returned in the response. -
showRequiredShipPhoneNumberPreferenceIf included and set to true, the seller’s preference for requiring that the
property
buyer supply a shipping phone number upon checkout is returned in the
response. Some shipping carriers require the receiver’s phone number. -
showSellerExcludeShipToLocationPreferenceIf included and set to true, all of the seller’s excluded shipping locations
property
are returned in the response. The returned list mirrors the seller’s current
Exclude shipping locations list in My eBay’s Shipping Preferences. An
excluded shipping location in My eBay can be an entire geographical region
(such as Middle East) or only an individual country (such as Iraq). Sellers
can override these default settings for an individual listing by using the
Item.ShippingDetails.ExcludeShipToLocation field in the AddItem family of
calls. -
showUnpaidItemAssistancePreferenceIf included and set to true, the seller’s Unpaid Item Assistant preferences
property
are returned in the response. The Unpaid Item Assistant automatically opens
an Unpaid Item dispute on the behalf of the seller.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistanceExclusionList field must also be
included and set to true in the request. Excluded buyers can be viewed in
the UnpaidItemAssistancePreferences.ExcludedUser field.
-
showPurchaseReminderEmailPreferencesIf included and set to true, the seller’s preference for sending a purchase
property
reminder email to buyers is returned in the response. -
showUnpaidItemAssistanceExclusionListIf included and set to true, the list of eBay user IDs on the Unpaid Item
property
Assistant Excluded User list is returned through the
UnpaidItemAssistancePreferences.ExcludedUser field in the response. For
excluded users, an Unpaid Item dispute is not automatically filed through
the UPI Assistance mechanism. The Excluded User list is managed through the
SetUserPreferences call.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistancePreference field must also be
included and set to true in the request.
-
showSellerProfilePreferencesIf this flag is included and set to true, the seller’s Business Policies profile information is
property
returned in the response. This information includes a flag that indicates whether or
not the seller has opted into Business Policies, as well as Business Policies profiles
(payment, shipping, and return policy) active on the seller’s account.
Note:
Business Policies are not yet available for use on the eBay platform.
-
showSellerReturnPreferencesIf this flag is included and set to true, the seller’s eBay Return Center
property
preference information will be returned.
eBay managed returns are currently only available on the US site. The eBay
Return Center pilot launched on July 10, 2012. The eBay Return Center full
launch is scheduled for early August 2012. -
showGlobalShippingProgramPreferenceIf this flag is included and set to true, the seller’s preference for offering the Global Shipping Program to international buyers will be returned in OfferGlobalShippingProgramPreference.
property
Properties
showBidderNoticePreferences
If included and set to true, the seller’s preference for receiving contact
information for unsuccessful bidders is returned in the response.
@property (nonatomic, retain) NSNumber *showBidderNoticePreferencesDiscussion
If included and set to true, the seller’s preference for receiving contact
information for unsuccessful bidders is returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowCombinedPaymentPreferences
If included and set to true, the seller’s combined payment preferences are
returned in the response.
Note:
The CombinedPaymentPreferences.CombinedPaymentOption field is the only
preference that should be managed with the GetUserPreferences and
SetUserPreferences calls. All other Combined Payment preferences should be
managed with the SetDiscountProfiles and GetDiscountProfiles calls.
@property (nonatomic, retain) NSNumber *showCombinedPaymentPreferencesDiscussion
If included and set to true, the seller’s combined payment preferences are
returned in the response.
Note:
The CombinedPaymentPreferences.CombinedPaymentOption field is the only
preference that should be managed with the GetUserPreferences and
SetUserPreferences calls. All other Combined Payment preferences should be
managed with the SetDiscountProfiles and GetDiscountProfiles calls.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowCrossPromotionPreferences
This container should no longer be used as eBay Store Cross Promotions are no
longer supported in the Trading API. This container will be removed from the
Trading WSDL and API Call Reference docs in a future release.
If included and set to true, the seller’s cross-promotion preferences are
returned in the response. These preferences are only applicable for eBay
Store owners.
@property (nonatomic, retain) NSNumber *showCrossPromotionPreferencesDiscussion
This container should no longer be used as eBay Store Cross Promotions are no
longer supported in the Trading API. This container will be removed from the
Trading WSDL and API Call Reference docs in a future release.
If included and set to true, the seller’s cross-promotion preferences are
returned in the response. These preferences are only applicable for eBay
Store owners.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowEmailShipmentTrackingNumberPreference
If included and set to true, the seller’s preference for sending an email to
the buyer with the shipping tracking number is returned in the response.
@property (nonatomic, retain) NSNumber *showEmailShipmentTrackingNumberPreferenceDiscussion
If included and set to true, the seller’s preference for sending an email to
the buyer with the shipping tracking number is returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowEndOfAuctionEmailPreferences
If included and set to true, the seller’s preferences for the end-of-auction
email sent to the winning bidder is returned in the response. These
preferences are only applicable for auction listings.
@property (nonatomic, retain) NSNumber *showEndOfAuctionEmailPreferencesDiscussion
If included and set to true, the seller’s preferences for the end-of-auction
email sent to the winning bidder is returned in the response. These
preferences are only applicable for auction listings.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowGlobalShippingProgramPreference
If this flag is included and set to true, the seller’s preference for offering the Global Shipping Program to international buyers will be returned in OfferGlobalShippingProgramPreference.
@property (nonatomic, retain) NSNumber *showGlobalShippingProgramPreferenceDiscussion
If this flag is included and set to true, the seller’s preference for offering the Global Shipping Program to international buyers will be returned in OfferGlobalShippingProgramPreference.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowProStoresPreferences
If included and set to true, the seller’s ProStores preferences are
returned in the response.
@property (nonatomic, retain) NSNumber *showProStoresPreferencesDiscussion
If included and set to true, the seller’s ProStores preferences are
returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowPurchaseReminderEmailPreferences
If included and set to true, the seller’s preference for sending a purchase
reminder email to buyers is returned in the response.
@property (nonatomic, retain) NSNumber *showPurchaseReminderEmailPreferencesDiscussion
If included and set to true, the seller’s preference for sending a purchase
reminder email to buyers is returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowRequiredShipPhoneNumberPreference
If included and set to true, the seller’s preference for requiring that the
buyer supply a shipping phone number upon checkout is returned in the
response. Some shipping carriers require the receiver’s phone number.
@property (nonatomic, retain) NSNumber *showRequiredShipPhoneNumberPreferenceDiscussion
If included and set to true, the seller’s preference for requiring that the
buyer supply a shipping phone number upon checkout is returned in the
response. Some shipping carriers require the receiver’s phone number.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowSellerExcludeShipToLocationPreference
If included and set to true, all of the seller’s excluded shipping locations
are returned in the response. The returned list mirrors the seller’s current
Exclude shipping locations list in My eBay’s Shipping Preferences. An
excluded shipping location in My eBay can be an entire geographical region
(such as Middle East) or only an individual country (such as Iraq). Sellers
can override these default settings for an individual listing by using the
Item.ShippingDetails.ExcludeShipToLocation field in the AddItem family of
calls.
@property (nonatomic, retain) NSNumber *showSellerExcludeShipToLocationPreferenceDiscussion
If included and set to true, all of the seller’s excluded shipping locations
are returned in the response. The returned list mirrors the seller’s current
Exclude shipping locations list in My eBay’s Shipping Preferences. An
excluded shipping location in My eBay can be an entire geographical region
(such as Middle East) or only an individual country (such as Iraq). Sellers
can override these default settings for an individual listing by using the
Item.ShippingDetails.ExcludeShipToLocation field in the AddItem family of
calls.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowSellerFavoriteItemPreferences
If included and set to true, the seller’s favorite item preferences are
returned in the response.
@property (nonatomic, retain) NSNumber *showSellerFavoriteItemPreferencesDiscussion
If included and set to true, the seller’s favorite item preferences are
returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowSellerPaymentPreferences
If included and set to true, the seller’s payment preferences are returned
in the response.
@property (nonatomic, retain) NSNumber *showSellerPaymentPreferencesDiscussion
If included and set to true, the seller’s payment preferences are returned
in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowSellerProfilePreferences
If this flag is included and set to true, the seller’s Business Policies profile information is
returned in the response. This information includes a flag that indicates whether or
not the seller has opted into Business Policies, as well as Business Policies profiles
(payment, shipping, and return policy) active on the seller’s account.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSNumber *showSellerProfilePreferencesDiscussion
If this flag is included and set to true, the seller’s Business Policies profile information is
returned in the response. This information includes a flag that indicates whether or
not the seller has opted into Business Policies, as well as Business Policies profiles
(payment, shipping, and return policy) active on the seller’s account.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowSellerReturnPreferences
If this flag is included and set to true, the seller’s eBay Return Center
preference information will be returned.
eBay managed returns are currently only available on the US site. The eBay
Return Center pilot launched on July 10, 2012. The eBay Return Center full
launch is scheduled for early August 2012.
@property (nonatomic, retain) NSNumber *showSellerReturnPreferencesDiscussion
If this flag is included and set to true, the seller’s eBay Return Center
preference information will be returned.
eBay managed returns are currently only available on the US site. The eBay
Return Center pilot launched on July 10, 2012. The eBay Return Center full
launch is scheduled for early August 2012.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowUnpaidItemAssistanceExclusionList
If included and set to true, the list of eBay user IDs on the Unpaid Item
Assistant Excluded User list is returned through the
UnpaidItemAssistancePreferences.ExcludedUser field in the response. For
excluded users, an Unpaid Item dispute is not automatically filed through
the UPI Assistance mechanism. The Excluded User list is managed through the
SetUserPreferences call.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistancePreference field must also be
included and set to true in the request.
@property (nonatomic, retain) NSNumber *showUnpaidItemAssistanceExclusionListDiscussion
If included and set to true, the list of eBay user IDs on the Unpaid Item
Assistant Excluded User list is returned through the
UnpaidItemAssistancePreferences.ExcludedUser field in the response. For
excluded users, an Unpaid Item dispute is not automatically filed through
the UPI Assistance mechanism. The Excluded User list is managed through the
SetUserPreferences call.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistancePreference field must also be
included and set to true in the request.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.hshowUnpaidItemAssistancePreference
If included and set to true, the seller’s Unpaid Item Assistant preferences
are returned in the response. The Unpaid Item Assistant automatically opens
an Unpaid Item dispute on the behalf of the seller.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistanceExclusionList field must also be
included and set to true in the request. Excluded buyers can be viewed in
the UnpaidItemAssistancePreferences.ExcludedUser field.
@property (nonatomic, retain) NSNumber *showUnpaidItemAssistancePreferenceDiscussion
If included and set to true, the seller’s Unpaid Item Assistant preferences
are returned in the response. The Unpaid Item Assistant automatically opens
an Unpaid Item dispute on the behalf of the seller.
Note:
To return the list of buyers excluded from the Unpaid Item Assistant
mechanism, the ShowUnpaidItemAssistanceExclusionList field must also be
included and set to true in the request. Excluded buyers can be viewed in
the UnpaidItemAssistancePreferences.ExcludedUser field.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetUserPreferencesRequestType.h