eBay Trading APIVersion 1349
 

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).

Type that uses ModifyActionCodeType:

Call that uses one or more values of ModifyActionCodeType:

Enumeration Values

Value Description
Add This value is used in a SetShippingDiscountProfiles request to create a new shipping discount profile.
CustomCode Reserved for future use.
Delete This value is used in a SetShippingDiscountProfiles request to delete an existing shipping discount profile.
Update This value is used in a SetShippingDiscountProfiles request to modify an existing shipping discount profile.
  * See the Enumeration Index to see exact use of each enumeration value in the API.