ModifyActionCodeType ( token )

This enumerated type defines the values that can be used when adding, modiying, or deleting a shipping discount profile (through the ModifyActionCode field in SetShippingDiscountProfiles), or when adding, modiying, or deleting a promotional sale (through the Action field in SetPromotionalSale), or when adding or removing one or more listings from the promotional sale (through the Action field in SetPromotionalSaleListings).

For SetPromotionalSaleListings, the specified action ('Add' or 'Delete') will apply to all listings specified in the PromotionalSaleItemIDArray container. A promotional sale can also be applied to all listings of a specified category (using CategoryID in the SetPromotionalSaleListings request). However, an entire category of listings cannot be removed from a promotional sale. In other words, the Action field cannot be set to 'Delete' if a CategoryID is specified.

Types that use ModifyActionCodeType:

Enumeration Values

Value Description Which calls use this value *
Add For SetPromotionalSale, this value is used in the request to create a new promotional sale.

For SetPromotionalSaleListings, this value is used in the request to apply an existing promotional sale to one or more active items or to an entire category of active items.

For SetShippingDiscounts, this value is used in the request to create a new shipping discount profile.
SetPromotionalSale, SetPromotionalSaleListings, SetShippingDiscountProfiles
CustomCode Reserved for future use. SetPromotionalSale, SetShippingDiscountProfiles
Delete For SetPromotionalSale, this value is used in the request to delete an existing promotional sale.

For SetPromotionalSaleListings, this value is used in the request to remove one or more active items from an existing promotional sale. This value cannot be used if a CategoryID is specified in the request.

For SetShippingDiscounts, this value is used in the request to delete an existing shipping discount profile.
SetPromotionalSale, SetPromotionalSaleListings, SetShippingDiscountProfiles
Update For SetPromotionalSale, this value is used in the request to modify an existing promotional sale.

For SetShippingDiscounts, this value is used in the request to modify an existing shipping discount profile.
SetPromotionalSale, SetShippingDiscountProfiles
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.