Trading_SetUserPreferencesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetUserPreferencesRequestType.h Trading_SetUserPreferencesRequestType.m |
Tasks
-
bidderNoticePreferencesContainer consisting of the seller’s preference for receiving contact
property
information for unsuccessful bidders. This preference is only applicable for
auction listings. -
combinedPaymentPreferencesContainer consisting of the seller’s preference for allowing combined payment
property
on multiple orders shared between the same seller and buyer.
Note:
Calculated and flat-rate shipping preferences are no longer set using this
call. Instead, use the SetShippingDiscountProfiles call to
set the shipping discounts for combined payment orders.
Note:
A seller’s combined payment preferences can take up to 7 days to
have any logical or functional effect on eBay.
-
crossPromotionPreferencesThis 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.
Container consisting of the seller’s cross-promotion preferences. These
preferences are only applicable for eBay Store owners. One or more
preferences may be set or modified under this field. -
sellerPaymentPreferencesContainer consisting of the seller’s payment preferences. One or more
property
preferences may be set or modified under this field. Payment preferences
specified in a SetUserPreferences call override the settings
in My eBay payment preferences. -
sellerFavoriteItemPreferencesContainer consisting of the seller’s preferences for displaying items on a
property
buyer’s Favorite Sellers' Items page or Favorite Sellers' Items digest. One
or more preferences may be set or modified under this field. -
endOfAuctionEmailPreferencesContainer consisting of the seller’s preferences for the end-of-auction
property
email sent to the winning bidder. These preferences allow the seller to
customize the Email that is sent to buyer at the end of the auction. One or
more preferences may be set or modified under this field. These preferences
are only applicable for auction listings. -
emailShipmentTrackingNumberPreferenceFlag that controls whether the shipment’s tracking number is sent by Email
property
from the seller to the buyer. -
requiredShipPhoneNumberPreferenceFlag that controls whether the buyer is required to provide a shipping phone
property
number upon checkout. Some shipping carriers require the receiver’s phone
number. -
unpaidItemAssistancePreferencesContainer consisting of a seller’s Unpaid Item Assistant preferences. The
property
Unpaid Item Assistant automatically opens an Unpaid Item dispute on the
behalf of the seller. One or more preferences may be set or modified under
this field. -
purchaseReminderEmailPreferencesContainer consisting of a seller’s preference for sending a purchase
property
reminder email to buyers. -
sellerThirdPartyCheckoutDisabledA flag used to disable the use of a third-party application to handle the
property
checkout flow for a seller. If set to true, Third-Party Checkout is disabled
and any checkout flow initiated on the seller’s application is redirected to
the eBay checkout flow.
Properties
bidderNoticePreferences
Container consisting of the seller’s preference for receiving contact
information for unsuccessful bidders. This preference is only applicable for
auction listings.
@property (nonatomic, retain) Trading_BidderNoticePreferencesType *bidderNoticePreferencesDiscussion
Container consisting of the seller’s preference for receiving contact
information for unsuccessful bidders. This preference is only applicable for
auction listings.
type : class Trading_BidderNoticePreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hcombinedPaymentPreferences
Container consisting of the seller’s preference for allowing combined payment
on multiple orders shared between the same seller and buyer.
Note:
Calculated and flat-rate shipping preferences are no longer set using this
call. Instead, use the SetShippingDiscountProfiles call to
set the shipping discounts for combined payment orders.
Note:
A seller’s combined payment preferences can take up to 7 days to
have any logical or functional effect on eBay.
@property (nonatomic, retain) Trading_CombinedPaymentPreferencesType *combinedPaymentPreferencesDiscussion
Container consisting of the seller’s preference for allowing combined payment
on multiple orders shared between the same seller and buyer.
Note:
Calculated and flat-rate shipping preferences are no longer set using this
call. Instead, use the SetShippingDiscountProfiles call to
set the shipping discounts for combined payment orders.
Note:
A seller’s combined payment preferences can take up to 7 days to
have any logical or functional effect on eBay.
type : class Trading_CombinedPaymentPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hcrossPromotionPreferences
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.
Container consisting of the seller’s cross-promotion preferences. These
preferences are only applicable for eBay Store owners. One or more
preferences may be set or modified under this field.
@property (nonatomic, retain) Trading_CrossPromotionPreferencesType *crossPromotionPreferencesDiscussion
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.
Container consisting of the seller’s cross-promotion preferences. These
preferences are only applicable for eBay Store owners. One or more
preferences may be set or modified under this field.
type : class Trading_CrossPromotionPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hemailShipmentTrackingNumberPreference
Flag that controls whether the shipment’s tracking number is sent by Email
from the seller to the buyer.
@property (nonatomic, retain) NSNumber *emailShipmentTrackingNumberPreferenceDiscussion
Flag that controls whether the shipment’s tracking number is sent by Email
from the seller to the buyer.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetUserPreferencesRequestType.hendOfAuctionEmailPreferences
Container consisting of the seller’s preferences for the end-of-auction
email sent to the winning bidder. These preferences allow the seller to
customize the Email that is sent to buyer at the end of the auction. One or
more preferences may be set or modified under this field. These preferences
are only applicable for auction listings.
@property (nonatomic, retain) Trading_EndOfAuctionEmailPreferencesType *endOfAuctionEmailPreferencesDiscussion
Container consisting of the seller’s preferences for the end-of-auction
email sent to the winning bidder. These preferences allow the seller to
customize the Email that is sent to buyer at the end of the auction. One or
more preferences may be set or modified under this field. These preferences
are only applicable for auction listings.
type : class Trading_EndOfAuctionEmailPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hpurchaseReminderEmailPreferences
Container consisting of a seller’s preference for sending a purchase
reminder email to buyers.
@property (nonatomic, retain) Trading_PurchaseReminderEmailPreferencesType *purchaseReminderEmailPreferencesDiscussion
Container consisting of a seller’s preference for sending a purchase
reminder email to buyers.
type : class Trading_PurchaseReminderEmailPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hrequiredShipPhoneNumberPreference
Flag that controls whether the buyer is required to provide a shipping phone
number upon checkout. Some shipping carriers require the receiver’s phone
number.
@property (nonatomic, retain) NSNumber *requiredShipPhoneNumberPreferenceDiscussion
Flag that controls whether the buyer is required to provide a shipping phone
number upon checkout. Some shipping carriers require the receiver’s phone
number.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetUserPreferencesRequestType.hsellerFavoriteItemPreferences
Container consisting of the seller’s preferences for displaying items on a
buyer’s Favorite Sellers' Items page or Favorite Sellers' Items digest. One
or more preferences may be set or modified under this field.
@property (nonatomic, retain) Trading_SellerFavoriteItemPreferencesType *sellerFavoriteItemPreferencesDiscussion
Container consisting of the seller’s preferences for displaying items on a
buyer’s Favorite Sellers' Items page or Favorite Sellers' Items digest. One
or more preferences may be set or modified under this field.
type : class Trading_SellerFavoriteItemPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hsellerPaymentPreferences
Container consisting of the seller’s payment preferences. One or more
preferences may be set or modified under this field. Payment preferences
specified in a SetUserPreferences call override the settings
in My eBay payment preferences.
@property (nonatomic, retain) Trading_SellerPaymentPreferencesType *sellerPaymentPreferencesDiscussion
Container consisting of the seller’s payment preferences. One or more
preferences may be set or modified under this field. Payment preferences
specified in a SetUserPreferences call override the settings
in My eBay payment preferences.
type : class Trading_SellerPaymentPreferencesType
Declared In
Trading_SetUserPreferencesRequestType.hsellerThirdPartyCheckoutDisabled
A flag used to disable the use of a third-party application to handle the
checkout flow for a seller. If set to true, Third-Party Checkout is disabled
and any checkout flow initiated on the seller’s application is redirected to
the eBay checkout flow.
@property (nonatomic, retain) NSNumber *sellerThirdPartyCheckoutDisabledDiscussion
A flag used to disable the use of a third-party application to handle the
checkout flow for a seller. If set to true, Third-Party Checkout is disabled
and any checkout flow initiated on the seller’s application is redirected to
the eBay checkout flow.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetUserPreferencesRequestType.hunpaidItemAssistancePreferences
Container consisting of a seller’s Unpaid Item Assistant preferences. The
Unpaid Item Assistant automatically opens an Unpaid Item dispute on the
behalf of the seller. One or more preferences may be set or modified under
this field.
@property (nonatomic, retain) Trading_UnpaidItemAssistancePreferencesType *unpaidItemAssistancePreferencesDiscussion
Container consisting of a seller’s Unpaid Item Assistant preferences. The
Unpaid Item Assistant automatically opens an Unpaid Item dispute on the
behalf of the seller. One or more preferences may be set or modified under
this field.
type : class Trading_UnpaidItemAssistancePreferencesType
Declared In
Trading_SetUserPreferencesRequestType.h