Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.43 KB

ItemDraft.md

File metadata and controls

14 lines (11 loc) · 2.43 KB

# ItemDraft

Properties

Name Type Description Notes
category_id string The ID of the leaf category associated with this item. A leaf category is the lowest level in that category and has no children. Note: If you submit both a category ID and an EPID, eBay determines the best category based on the EPID and uses that. The category ID will be ignored. [optional]
condition string The enumeration value passed in here sets the condition of the item, such as NEW or USED_EXCELLENT. See ConditionEnum for the full list of supported values. Supported item conditions can vary by eBay category. To see which item conditions are supported for a category, you can use the getItemConditionPolicies method of the Metadata API. Note: The 'Manufacturer Refurbished' item condition is no longer a valid item condition in any eBay marketplace, and to reflect this change, the pre-existing MANUFACTURER_REFURBISHED enumeration value has been replaced by the CERTIFIED_REFURBISHED enumeration value. CR-eligible sellers should make a note to start using CERTIFIED_REFURBISHED from this point forward. To list an item as 'Certified Refurbished', a seller must be pre-qualified by eBay for this feature. Any seller who is not eligible for this feature will be blocked if they try to create a new listing or revise an existing listing with this item condition. Any seller that is interested in eligibility requirements to list with 'Certified Refurbished' should see the Certified refurbished program page in Seller Center. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/listing/types/api:ConditionEnum&#39;&gt;eBay API documentation</a> [optional]
format string The format of the listing. Valid Values: FIXED_PRICE and AUCTION For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/listing/types/api:ListingFormatEnum&#39;&gt;eBay API documentation</a> [optional]
pricing_summary \Ebay\Sell\Listing\Model\PricingSummary [optional]
product \Ebay\Sell\Listing\Model\Product [optional]
charity \Ebay\Sell\Listing\Model\Charity [optional]

[Back to Model list] [Back to API list] [Back to README]