/Listing/DefaultsGET

Returns the listing defaults for the current user.

URL
/Listing/Defaults
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string Optional The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the query string of the request.

Parameter Data Type Valid Values Description

Output

If there are no errors with the input parameters, this call will respond with a 200 OK

If the user has no listing defaults, this call will respond with a 204 No Content

Parameter Data Type Valid Values Description
UserID number number User ID
City string string City
State string valid US State State
PostalCode string valid US Postal Code Postal Code
CountryCode string Valid Country Code Country Code
ShipInternational boolean true/false Will user ship internationally
ShipTerms number number Accepted shipping terms
ShipCost decimal decimal Shipping Cost
SalesTax number 0 = Unspecified, 1 = Collected, 2 = Not Collected Collects Sales Tax
NOTE: This field is deprecated and no longer in use.
PaymentTerms number 0 - None
1 - See Item Description
2 - Certified Funds
4 - Personal Check
8 - Visa MasterCard
16 - COD
32 - Escrow
64 - AMEX
128 - Discover
512 - PayPal
8192 - Certified Check
16384 - USPS Money Order
32768 - Money Order
65535 - FreedomCoin
Bitwise OR value for accepted payment terms
AuctionLength number number Duration of Listing
ExcludeStates string string Comma separated list of US State Codes from which buyers are to be excluded from purchasing items by default
PaymentInstructions string string Payment Instructions
NotifyWatchedItemEndingSoon boolean true/false Notify Watched Item Ending Soon
ShippingClassSupported number 0 = All,
1 - Overnight,
2 - Two Day,
4 - Three Day
8 - Ground,
16 - USPS First Class,
32 - USPS Priority Mail,
64 - Other
128 - In Store Pick Up
256 - Alaska, Hawaii & Terr., Non-Continental US, Other
Bitwise OR value for accepted shipping classes
OvernightFlatRate decimal decimal Overnight flat rate
TwoDayFlatRate decimal decimal Two day flat rate
ThreeDayFlatRate decimal decimal Three day flat rate
GroundFlatRate decimal decimal Ground flat rate
FirstClassFlatRate decimal decimal USPS First Class flat rate
PriorityFlatRate decimal decimal USPS Priority Mail flat rate
InStorePickUpFlatRate decimal decimal In Store Pick Up flat rate
AlaskaHawaiiFlatRate decimal decimal Alaska, Hawaii & Terr., Non-Continental US, Other flat rate
OtherFlatRate decimal decimal Other flat rate
ShippingProfileID number number Shipping profile id
StandardTextID number number Standard Text ID
GatewayEnabled boolean true/false Gateway enabled for user
CheckoutEnabled boolean true/false Checkout enabled for user
LayawayAvailable boolean true/false Indicates if new item should offer layaway
SalesTaxStateDefaults Array of Sales Tax Defaults List of states and rates where user collects taxes/fees
NOTE: This field is deprecated and no longer in use.