eBay Merchant Data APIVersion 1255
 

AddressUsageCodeType ( token )

This enumeration type lists the values that will be returned to the seller in a GetOrders call (and other order management calls) to indicate that the shipping address is the buyer's default shipping address, an alternative/secondary shipping address, or an invalid shipping address.

Type that uses AddressUsageCodeType:

Call that uses one or more values of AddressUsageCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
DefaultShipping This value indicates that the shipping address provided by the buyer at checkout time is the buyer's default/primary shipping address.
Invalid This value indicates that the address is not valid, and an alternative address will have to be provided before the order is shipped.
Shipping This value indicates that the shipping address provided by the buyer at checkout time is one of the buyer's secondary shipping addresses on file with eBay.
  * See the Enumeration Index to see exact use of each enumeration value in the API.