Skip to main content

GET/marketplace/{marketplace_id}/get_motors_listing_policies

This method returns eBay Motors policy metadata for all leaf categories on the specified marketplace.

By default, this method returns metadata on all leaf categories. You can limit the size of the result set by using the filter query parameter to specify only the leaf category IDs you want to review.

If you specify a valid marketplace ID but that marketplace does not contain policy information, or if you filter out all results, a successful call returns a 204 No content status code with an empty response body.

Note: To return policy information for eBay US Motors categories, specify marketplace_id as EBAY_MOTORS_US.

Input

Resource URI

GET https://api.ebay.com/sell/metadata/v1/marketplace/{marketplace_id}/get_motors_listing_policies?

This method is supported in Sandbox environment. To access the endpoint, just replace the api.ebay.com root URI with api.sandbox.ebay.com

URI parameters

ParameterTypeDescription
marketplace_idstringThis path parameter specifies the eBay marketplace for which policy information is retrieved.

See HTTP Request Headers for a list of supported eBay marketplace ID values.

Occurrence: Required

filterstringThis query parameter limits the response by only returning metadata for the specified�leaf categories. Supply the categoryId for one or more leaf categories. You can verify if a category is a leaf category by using the�Taxonomy API and looking for a "leafCategory": true tag.

The parameter takes a list of categoryId values and you can specify up to 50 separate category IDs. Separate multiple values with a pipe character ('|'). If you specify more than 50 categoryId values, eBay returns the policies for the first 50 IDs and a warning that not all categories were returned.

Example: filter=categoryIds:{3767|171784}

Occurrence: Optional

HTTP request headers

All requests made to eBay REST operations require you to provide the Authorization HTTP header for authentication authorization.

All other standard RESTful request headers are optional. For more information on standard RESTful request headers, see the HTTP request headers- opens rest request components page table.

OAuth scope

This request requires an access token created with the client credentials grant flow, using one or more scopes from the following list (please check your Application Keys page for a list of OAuth scopes available to your application):

https://api.ebay.com/oauth/api_scope

See OAuth access tokens for more information.

Request payload

This call has no payload.

Request fields

This call has no field definitions.

Output

HTTP response headers

This call has no response headers.

Response payload

{ /* MotorsListingPoliciesResponse */
"motorsListingPolicies" : [
{ /* MotorsListingPolicy */ }
],
}

Response fields

Output container/fieldTypeDescription
motorsListingPoliciesarray of MotorsListingPolicy

This array contains applicable policy metadata for the leaf categories returned for the marketplace specified in the path parameter marketplace_id and optionally limited by only those leaf category IDs specified in the query parameter filter.

Occurrence: Always

motorsListingPolicies.categoryIdstring

The unique identifier of the eBay leaf category for which metadata is being returned.

Occurrence: Always

motorsListingPolicies.categoryTreeIdstring

The unique identifier of the category tree.

Occurrence: Always

motorsListingPolicies.depositSupportedboolean

This field is returned as true if the corresponding category supports the use of a deposit/down payment on a motor vehicle listing. In an AddItem call, the seller can configure a down payment for a motor vehicle listing using the PaymentDetails container.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProAdFormatEnabledAdFormatEnabledEnum

Indicates whether or not eBay Motors Pro sellers can use classified ads in this category to sell their vehicles. This element is applicable for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProAutoAcceptEnabledboolean

Indicates whether or not the category supports the Best Offer Auto Accept feature for eBay Motors Pro listings. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProAutoDeclineEnabledboolean

Indicates whether or not the category allows auto-decline for Best Offers for eBay Motors Classified Ad listings. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProBestOfferEnabledClassifiedAdBestOfferEnabledEnum

This enumerated value indicates whether or not Best Offer features are supported for eBay Motors Classified Ad listings in this category. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProCompanyNameEnabledboolean

Indicates whether this category supports including the company name in the seller's contact information. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProContactByAddressEnabledboolean

Indicates whether this category supports including the address in the seller's contact information. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProContactByEmailEnabledboolean

Indicates whether this category supports including an email address in the seller's contact information. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProContactByPhoneEnabledboolean

Indicates whether this category supports including the telephone in the seller's contact information. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProCounterOfferEnabledboolean

Indicates whether counter offers are allowed on Best Offers for this category in an eBay Motors Classified Ad listing. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProPaymentMethodCheckOutEnabledClassifiedAdPaymentMethodEnabledEnum

This enumerated value indicates whether this category supports that the payment method should be displayed to the user for this category in an eBay Motors Classified Ad listing. Even if enabled, checkout may or may not be enabled. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProPhoneCountinteger

Indicates the number of phone numbers that can be included through contact information for this category. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProSellerContactDetailsEnabledboolean

Indicates whether this category allows seller-level contact information for eBay Motors Classified Ad listings. A value of true means seller-level contact information is available for Classified Ad listings. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProShippingMethodEnabledboolean

Indicates if shipping options should be displayed to the user for this category in an eBay Motors Classified Ad listing. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.ebayMotorsProStreetCountinteger

This field indicates the number of street addresses allowed in contact information for this category. This element is for eBay Motors Pro users.

Occurrence: Conditional

motorsListingPolicies.epidSupportedboolean

If returned as true, this indicates the category supports the use of an eBay Product ID (e.g. ePID) to identify which motorcycles and/or scooters are compatible with a motor vehicle part or accessory. ePIDs can only be used to identify motorcycles and scooters on the Germany and UK sites.

Occurrence: Conditional

motorsListingPolicies.localListingDistancesarray of LocalListingDistance

This array shows the supported distances (in miles) for different types of Local Market subscription types in this category. Motor vehicle listings will be shown to buyers located within these proximities of the vehicle's location.

Occurrence: Conditional

motorsListingPolicies.localListingDistances.distancesarray of integer

This array indicates the radius (in miles) of the selling area for Local Market Vehicle listings.

Occurrence: Conditional

motorsListingPolicies.localListingDistances.distanceTypeDistanceType

This enumerated value indicates the type of local listing distances, such as non-subscription or regular, for items listed by sellers.

Occurrence: Conditional

motorsListingPolicies.localMarketAdFormatEnabledAdFormatEnabledEnum

Specifies whether this category supports Motor Local Market Classified Ad listings.

Occurrence: Conditional

motorsListingPolicies.localMarketAutoAcceptEnabledboolean

Specifies whether this category supports auto-accept for Best Offers for Motors Local Market Classified Ads.

Occurrence: Conditional

motorsListingPolicies.localMarketAutoDeclineEnabledboolean

Specifies whether this category supports auto-decline for Best Offers for Motors Local Market Classified Ads.

Occurrence: Conditional

motorsListingPolicies.localMarketBestOfferEnabledClassifiedAdBestOfferEnabledEnum

Indicates if Best Offer is enabled/required for Motors Local Market Classified Ad listings in this category.

Occurrence: Conditional

motorsListingPolicies.localMarketCompanyNameEnabledboolean

Indicates whether the category supports the seller's company name being specified when using Motors Local Market classified ads.

Occurrence: Conditional

motorsListingPolicies.localMarketContactByAddressEnabledboolean

Indicates whether this category supports including the address in the seller's contact information.

Occurrence: Conditional

motorsListingPolicies.localMarketContactByEmailEnabledboolean

Indicates whether the category supports including an email address in the seller's contact information.

Occurrence: Conditional

motorsListingPolicies.localMarketContactByPhoneEnabledboolean

Indicates whether this category supports including the telephone in the seller's contact information.

Occurrence: Conditional

motorsListingPolicies.localMarketCounterOfferEnabledboolean

Indicates whether counter offers are allowed on Best Offers for this category for Motors Local Market Classified Ad listings.

Occurrence: Conditional

motorsListingPolicies.localMarketNonSubscriptionboolean

Indicates whether the category supports a seller creating a Motors Local Market listing without a subscription. This feature is only available to licensed vehicle dealers.

Occurrence: Conditional

motorsListingPolicies.localMarketPaymentMethodCheckOutEnabledClassifiedAdPaymentMethodEnabledEnum

Indicates if the payment method should be displayed to the user for this category in an Motors Local Market Classified Ad listing. Even if enabled, checkout may or may not be enabled.

Occurrence: Conditional

motorsListingPolicies.localMarketPhoneCountinteger

Indicates the number of phone numbers that can be included through contact information for this category.

Occurrence: Conditional

motorsListingPolicies.localMarketPremiumSubscriptionboolean

Indicates whether the category supports the Premium level subscription Motors Local Market listings. This feature is only available to licensed vehicle dealers.

Occurrence: Conditional

motorsListingPolicies.localMarketRegularSubscriptionboolean

Indicates whether the category supports the Regular level subscription to Motors Local Market listings. This feature is only available to licensed vehicle dealers.

Occurrence: Conditional

motorsListingPolicies.localMarketSellerContactDetailsEnabledboolean

Specifies the whether this category allows seller-level contact information for Motors Local Market Classified Ad listings.

Occurrence: Conditional

motorsListingPolicies.localMarketShippingMethodEnabledboolean

Indicates if shipping methods should be displayed to the user for this category in an Motors Local Market Classified Ad listing. Even if enabled, checkout may or may not be enabled.

Occurrence: Conditional

motorsListingPolicies.localMarketSpecialitySubscriptionboolean

Indicates whether the category supports the Speciality level subscription to Motors Local Market listings. This feature is only available to licensed vehicle dealers.

Occurrence: Conditional

motorsListingPolicies.localMarketStreetCountinteger

Indicates which address option is enabled for the seller's contact information.

Occurrence: Conditional

motorsListingPolicies.maxGranularFitmentCountinteger

Indicates the maximum number of compatible applications allowed per item when adding or revising items with compatibilities provided at the most detailed granularity. For example, in Car and Truck Parts on the US site, the most granular application would include Year, Make, Model, Trim, and Engine.

Occurrence: Conditional

motorsListingPolicies.maxItemCompatibilityinteger

specifies the maximum number of compatible applications allowed per item when adding or revising items. This is relevant for specifying parts compatibility by application manually ( Item.ItemCompatibilityList) only.

Occurrence: Conditional

motorsListingPolicies.nonSubscriptionGeographicExposureEnum

The value in this field indicates whether the category supports Motors Local Market listings if the seller does not have a vehicle subscription.

Occurrence: Conditional

motorsListingPolicies.premiumSubscriptionGeographicExposureEnum

The value in this field indicates whether the category supports Motors Local Market listings if the seller has a Premium vehicle subscription.

Occurrence: Conditional

motorsListingPolicies.regularSubscriptionGeographicExposureEnum

The value in this field indicates whether the category supports Motors Local Market listings if the seller has a Regular vehicle subscription.

Occurrence: Conditional

motorsListingPolicies.sellerProvidedTitleSupportedboolean

This field is returned as true if the corresponding category supports the use of a seller-provided title for a motor vehicle listing on the US or Canada Motors marketplaces. A seller-provided title is a descriptive title, given by the seller, that appears below eBay's pre-filled listing title for the motor vehicle. Visually, the seller-provided title is similar to a subtitle on other types of eBay listings (non-vehicle). A seller-provided title can assist in helping buyers discover the vehicle.

Occurrence: Conditional

motorsListingPolicies.specialitySubscriptionGeographicExposureEnum

The value in this field indicates whether the category supports Motors Local Market listings if the seller has a Specialty vehicle subscription.

Occurrence: Conditional

motorsListingPolicies.vinSupportedboolean

Indicates if Vehicle Identification Number is supported.

Occurrence: Conditional

motorsListingPolicies.vrmSupportedboolean

Indicates if Vehicle Registration Mark is supported.

Occurrence: Conditional

warningsarray of ErrorDetailV3

An array of the warnings that were generated as a result of the request. This field is not returned if no warnings were generated by the request.

Occurrence: Conditional

warnings.categorystring

The category type for this error or warning. It takes an ErrorCategory object which can have one of three values:

  • Application: Indicates an exception or error occurred in the application code or at runtime. Examples include catching an exception in a service's business logic, system failures, or request errors from a dependency.
  • Business: Used when your service or a dependent service refused to continue processing on the resource because of a business rule violation such as "Seller does not ship item to Antarctica" or "Buyer ineligible to purchase an alcoholic item". Business errors are not syntactical input errors.
  • Request: Used when there is anything wrong with the request, such as authentication, syntactical errors, rate limiting or missing headers, bad HTTP header values, and so on.

Occurrence: Conditional

warnings.domainstring

Name of the domain containing the service or application.

Occurrence: Conditional

warnings.errorIdinteger

A positive integer that uniquely identifies the specific error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms.

Occurrence: Conditional

warnings.inputRefIdsarray of string

Identifies specific request elements associated with the error, if any. inputRefId's response is format specific. For JSON, use JSONPath notation.

Occurrence: Conditional

warnings.longMessagestring

An expanded version of message that should be around 100-200 characters long, but is not required to be such.

Occurrence: Conditional

warnings.messagestring

An end user and app developer friendly device agnostic message. It explains what the error or warning is, and how to fix it (in a general sense). Its value is at most 50 characters long. If applicable, the value is localized in the end user's requested locale.

Occurrence: Conditional

warnings.outputRefIdsarray of string

Identifies specific response elements associated with the error, if any. Path format is the same as inputRefId.

Occurrence: Conditional

warnings.parametersarray of ErrorParameterV3

This optional complex field type contains a list of one or more context-specific ErrorParameter objects, with each item in the list entry being a parameter (or input field name) that caused an error condition. Each ErrorParameter object consists of two fields, a name and a value.

Occurrence: Conditional

warnings.parameters.namestring

Name of the entity that threw the error.

Occurrence: Conditional

warnings.parameters.valuestring

A description of the error.

Occurrence: Conditional

warnings.subdomainstring

Name of the domain's subsystem or subdivision. For example, checkout is a subdomain in the buying domain.

Occurrence: Conditional

HTTP status codes

This call can return one of the following HTTP status codes. For an overview of the status codes, see HTTP status codes in Using eBay RESTful APIs.

StatusMeaning
200Success
204No content
400Bad Request
404Not found
500Internal Server Error

Error codes

For more on errors, plus the codes of other common errors, see Handling errors.

CodeDomainCategoryMeaning
46000API_METADATAAPPLICATIONThere was a problem with an eBay internal system or process.Contact eBay developer support for assistance.
46001API_METADATAREQUESTThe specified marketplace ID was not found.

Warnings

For more on warnings, plus the codes of other common warnings, see Handling errors.

CodeDomainCategoryMeaning
46002API_METADATAREQUESTThe filter value is invalid. Sample supported values: filter=categoryIds:{catId1|catId2|catId3}.
46003API_METADATAREQUESTThe specified categoryId was not found for the marketplace.
46004API_METADATAREQUESTOnly {maxCategoryIdsAllowed} Category IDs are allowed in the 'filter' parameter.

Samples

New to making API calls? Please see Making a Call.

Note: Identifiers, such as order IDs or user IDs, and personal data in these samples might be anonymized or may no longer be active on eBay. If necessary, substitute current, relevant eBay data in your requests.

Sample 1: Get the eBay Motors policy metadata for a specified marketplace

This example retrieves the eBay Motors policies for the two specified leaf categories, 98063 and 84159.

This method returns an array of leaf categories from the category tree of the specified marketplace. Each node in the response contains metadata for the motors listing policies in each returned category.

Input

This method does not use a request payload. This sample uses the parameter: filter=categoryIds:{98063|84159}

GEThttps://api.ebay.com/sell/metadata/v1/marketplace/EBAY_US/get_motors_listing_policies?filter=categoryIds:{98063|84159}

Output

If the call is successful, the response body contains the eBay Motors policy metadata of the marketplace for the categories specified in the request.