brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/CoreItem.md

Summary

Maintainability
Test Coverage
# # CoreItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_images** | [**\TNT\Ebay\Buy\Browse\V1\Model\Image[]**](Image.md) | An array of containers with the URLs for the images that are in addition to the primary image.  The primary image is returned in the <b> image.imageUrl</b> field. | [optional]
**adult_only** | **bool** | This indicates if the item is for  adults only. For more information about adult-only items on eBay, see <a href=\"https://pages.ebay.com/help/policies/adult-only.html \" target=\"_blank\">Adult items policy</a> for sellers and <a href=\"https://www.ebay.com/help/terms-conditions/default/searching-adult-items?id=4661 \" target=\"_blank\">Adult-Only items on eBay</a> for buyers. | [optional]
**age_group** | **string** | (Primary Item Aspect) The age group for which the product is recommended. For example, newborn, infant, toddler, kids, adult, etc. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**authenticity_guarantee** | [**\TNT\Ebay\Buy\Browse\V1\Model\AuthenticityGuaranteeProgram**](AuthenticityGuaranteeProgram.md) |  | [optional]
**authenticity_verification** | [**\TNT\Ebay\Buy\Browse\V1\Model\AuthenticityVerificationProgram**](AuthenticityVerificationProgram.md) |  | [optional]
**available_coupons** | [**\TNT\Ebay\Buy\Browse\V1\Model\AvailableCoupon[]**](AvailableCoupon.md) | A list of available coupons for the item. | [optional]
**bid_count** | **int** | This integer value indicates the total number of bids that have been placed against an auction item. This field is returned only for auction items. | [optional]
**brand** | **string** | (Primary Item Aspect) The name brand of the item, such as Nike, Apple, etc.  All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**buying_options** | **string[]** | A comma separated list of all the purchase options available for the item. The values returned are:<ul><li><code>FIXED_PRICE</code> - Indicates the buyer can purchase the item for a set price using the Buy It Now button.</li><li><code>AUCTION</code> - Indicates the buyer can place a bid for the item. After the first bid is placed, this becomes a live auction item and is the only buying option for this item.</li><li><code>BEST_OFFER</code> - Indicates the buyer can send the seller a price they're willing to pay for the item. The seller can accept, reject, or send a counter offer. For more information on how this works, see <a href=\"https://www.ebay.com/help/buying/buy-now/making-best-offer?id=4019 \">Making a Best Offer</a>.</li><li><code>CLASSIFIED_AD</code> - Indicates that the final sales transaction is to be completed outside of the eBay environment.</li></ul>Code so that your app gracefully handles any future changes to this list. | [optional]
**category_id** | **string** | The ID of the leaf category for this item. A leaf category is the lowest level in that category and has no children. | [optional]
**category_path** | **string** | Text that shows the category hierarchy of the item. For example: Computers/Tablets & Networking, Laptops & Netbooks, PC Laptops & Netbooks | [optional]
**color** | **string** | (Primary Item Aspect) Text describing the color of the item.  All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**condition** | **string** | A short text description for the condition of the item, such as New or Used. For a list of condition names, see <a href=\"https://developer.ebay.com/devzone/finding/callref/enums/conditionIdList.html \" target=\"_blank\">Item Condition IDs and Names</a>.  <br /><br />Code so that your app gracefully handles any future changes to this list. | [optional]
**condition_description** | **string** | A full text description for the condition of the item. This field elaborates on the value specified in the <b>condition</b> field and provides full details for the condition of the item. | [optional]
**condition_id** | **string** | The identifier of the condition of the item. For example, 1000 is the identifier for NEW. For a list of condition names and IDs, see <a href=\"https://developer.ebay.com/devzone/finding/callref/enums/conditionIdList.html \" target=\"_blank\">Item Condition IDs and Names</a>. <br /><br />Code so that your app gracefully handles any future changes to this list.</span> | [optional]
**current_bid_price** | [**\TNT\Ebay\Buy\Browse\V1\Model\ConvertedAmount**](ConvertedAmount.md) |  | [optional]
**description** | **string** | The full description of the item that was created by the seller. This can be plain text or rich content and can be very large. | [optional]
**eligible_for_inline_checkout** | **bool** | This field indicates if the item can be purchased using the Buy <a href=\"/api-docs/buy/order/resources/methods\">Order API</a>. <ul> <li>If the value of this field is <code>true</code>, this indicates that the item can be purchased using the <b> Order API</b>. </li>  <li>If the value of this field is <code>false</code>, this indicates that the item cannot be purchased using the <b> Order API</b> and must be purchased on the eBay site.</li> </ul> | [optional]
**enabled_for_guest_checkout** | **bool** | This indicates if the item can be purchased using Guest Checkout in the <a href=\"/api-docs/buy/order/resources/methods\">Order API</a>. You can use this flag to exclude items from your inventory that are not eligible for Guest Checkout, such as gift cards. | [optional]
**energy_efficiency_class** | **string** | This indicates the <a href=\"https://en.wikipedia.org/wiki/European_Union_energy_label \">European energy efficiency</a> rating (EEK) of the item. This field is returned only if the seller specified the energy efficiency rating. <br /><br />The rating is a set of energy efficiency classes from A to G, where 'A' is the most energy efficient and 'G' is the least efficient. This rating helps buyers choose between various models. <br /><br />When the manufacturer's specifications for this item are available, the link to this information is returned in the <b> productFicheWebUrl</b> field. | [optional]
**epid** | **string** | An EPID is the eBay product identifier of a product from the eBay product catalog.  This indicates the product in which the item belongs. | [optional]
**estimated_availabilities** | [**\TNT\Ebay\Buy\Browse\V1\Model\EstimatedAvailability[]**](EstimatedAvailability.md) | The estimated number of this item that are available for purchase. Because the quantity of an item can change several times within a second, it is impossible to return the exact quantity. So instead of returning quantity, the estimated availability of the item is returned. | [optional]
**gender** | **string** | (Primary Item Aspect) The gender for the item. This is used for items that could vary by gender, such as clothing. For example: male, female, or unisex. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**gtin** | **string** | The unique Global Trade Item number of the item as defined by <a href=\"https://www.gtin.info \" target=\"_blank\">https://www.gtin.info</a>. This can be a UPC (Universal Product Code), EAN (European Article Number), or an ISBN (International Standard Book Number) value. | [optional]
**image** | [**\TNT\Ebay\Buy\Browse\V1\Model\Image**](Image.md) |  | [optional]
**inferred_epid** | **string** | The ePID (eBay Product ID of a product from the eBay product catalog) for the item, which has been programmatically determined by eBay using the item's title, aspects, and other data. <br /><br />If the seller provided an ePID for the item, the seller's value is returned in the <b> epid</b> field. <br /><br /><span class=\"tablenote\"><b> Note: </b> This field is returned only for authorized Partners.</span> | [optional]
**item_affiliate_web_url** | **string** | The URL of the View Item page of the item, which includes the affiliate tracking ID. This field is only returned if the eBay partner enables affiliate tracking for the item by including the  <a href=\"/api-docs/buy/static/api-browse.html#Headers\"><code>X-EBAY-C-ENDUSERCTX</code></a> request header in the method.  <br /> <br /><span class=\"tablenote\"><b>Note: </b> eBay Partner Network, in order to be commissioned for your sales, you must use this URL to forward your buyer to the ebay.com site. </span> | [optional]
**item_creation_date** | **string** | A timestamp that indicates the date and time an item listing was created.<br /><br />This value is returned in UTC format (yyyy-MM-ddThh:mm:ss.sssZ), which can be converted into the local time of the buyer. | [optional]
**item_end_date** | **string** | This timestamp indicates the date and time up to which the item can be purchased.  This value is returned in UTC format (yyyy-MM-ddThh:mm:ss.sssZ), which you can convert into the local time of the buyer.<br /><br /><span class=\"tablenote\"><b> Note: </b>This field is only returned for auction listings.</span> | [optional]
**item_id** | **string** | The unique RESTful identifier of the item. | [optional]
**item_location** | [**\TNT\Ebay\Buy\Browse\V1\Model\Address**](Address.md) |  | [optional]
**item_web_url** | **string** | The URL of the View Item page of the item. This enables you to include a \"Report Item on eBay\" link that takes the buyer to the View Item page on eBay. From there they can report any issues regarding this item to eBay. | [optional]
**legacy_item_id** | **string** | The unique identifier of the eBay listing that contains the item. This is the traditional/legacy ID that is often seen in the URL of the listing View Item page. | [optional]
**localized_aspects** | [**\TNT\Ebay\Buy\Browse\V1\Model\TypedNameValue[]**](TypedNameValue.md) | An array of containers that show the complete list of the aspect name/value pairs that describe the variation of the item. | [optional]
**lot_size** | **int** | The number of items in a lot. In other words, a lot size is the number of items that are being sold together.  <br /><br />A lot is a set of two or more items included in a single listing that must be purchased together in a single order line item. All the items in the lot are the same but there can be multiple items in a single lot,  such as the package of batteries shown in the example below.   <br /><br /><table border=\"1\"> <tr> <tr>  <th>Item</th>  <th>Lot Definition</th> <th>Lot Size</th></tr>  <tr>  <td>A package of 24 AA batteries</td>  <td>A box of 10 packages</td>  <td>10  </td> </tr>  <tr>  <td>A P235/75-15 Goodyear tire </td>  <td>4 tires  </td>  <td>4  </td> </tr> <tr> <td>Fashion Jewelry Rings  </td> <td>Package of 100 assorted rings  </td> <td>100 </td> </tr></table>  <br /><br /><span class=\"tablenote\"><b>Note: </b>  Lots are not supported in all categories.  </span> | [optional]
**marketing_price** | [**\TNT\Ebay\Buy\Browse\V1\Model\MarketingPrice**](MarketingPrice.md) |  | [optional]
**material** | **string** | (Primary Item Aspect) Text describing what the item is made of. For example, silk. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**minimum_price_to_bid** | [**\TNT\Ebay\Buy\Browse\V1\Model\ConvertedAmount**](ConvertedAmount.md) |  | [optional]
**mpn** | **string** | The manufacturer's part number, which is a unique number that identifies a specific product. To identify the product, this is always used along with brand. | [optional]
**pattern** | **string** | (Primary Item Aspect) Text describing the pattern used on the item. For example, paisley. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**payment_methods** | [**\TNT\Ebay\Buy\Browse\V1\Model\PaymentMethod[]**](PaymentMethod.md) | The payment methods for the item, including the payment method types, brands, and instructions for the buyer. | [optional]
**price** | [**\TNT\Ebay\Buy\Browse\V1\Model\ConvertedAmount**](ConvertedAmount.md) |  | [optional]
**price_display_condition** | **string** | Indicates when in the buying flow the item's price can appear for minimum advertised price (MAP) items, which is the lowest price a retailer can advertise/show for this item. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:PriceDisplayConditionEnum'>eBay API documentation</a> | [optional]
**primary_item_group** | [**\TNT\Ebay\Buy\Browse\V1\Model\ItemGroupSummary**](ItemGroupSummary.md) |  | [optional]
**primary_product_review_rating** | [**\TNT\Ebay\Buy\Browse\V1\Model\ReviewRating**](ReviewRating.md) |  | [optional]
**priority_listing** | **bool** | This field is returned as <code>true</code> if the listing is part of a Promoted Listing campaign. Promoted Listings are available to Above Standard and Top Rated sellers with recent sales activity.<br /><br />For more information, see <a href=\"https://pages.ebay.com/seller-center/listing-and-marketing/promoted-listings.html \" target=\"_blank\">Promoted Listings</a>. | [optional]
**product** | [**\TNT\Ebay\Buy\Browse\V1\Model\Product**](Product.md) |  | [optional]
**product_fiche_web_url** | **string** | The URL of a page containing the manufacturer's specification of this item, which helps buyers make a purchasing decision. This information is available only for items that include the European energy efficiency rating (EEK) but is not available for <em> all</em> items with an EEK rating and is returned only if this information is available. The EEK rating of the item is returned in the <b> energyEfficiencyClass</b> field. | [optional]
**qualified_programs** | **string[]** | An array of the qualified programs available for the item, such as EBAY_PLUS, AUTHENTICITY_GUARANTEE, and AUTHENTICITY_VERIFICATION.<br /><br />eBay Plus is a premium account option for buyers, which provides benefits such as fast free domestic shipping and free returns on selected items. Top-Rated eBay sellers must opt in to eBay Plus to be able to offer the program on qualifying listings. Sellers must commit to next-day delivery of those items.<br /><br /><span class=\"tablenote\"><b>Note: </b> eBay Plus is available only to buyers in Germany, Austria, and Australia marketplaces.</span><br /><br />The eBay <a href=\"https://pages.ebay.com/authenticity-guarantee/ \" target=\"_blank\">Authenticity Guarantee</a> program enables third-party authenticators to perform authentication verification inspections on items such as watches and sneakers. | [optional]
**quantity_limit_per_buyer** | **int** | The maximum number for a specific item that one buyer can purchase. | [optional]
**reserve_price_met** | **bool** | This indicates if the reserve price of the item has been met. A reserve price is set by the seller and is the minimum amount the seller is willing to sell the item for. <p>If the highest bid is not equal to or higher than the reserve price when the auction ends, the listing ends and the item is not sold.</p> <p><b> Note: </b>This is returned only for auctions that have a reserve price.</p> | [optional]
**return_terms** | [**\TNT\Ebay\Buy\Browse\V1\Model\ItemReturnTerms**](ItemReturnTerms.md) |  | [optional]
**seller** | [**\TNT\Ebay\Buy\Browse\V1\Model\SellerDetail**](SellerDetail.md) |  | [optional]
**seller_item_revision** | **string** | An identifier generated/incremented when a seller revises the item. There are two types of item revisions: <ul><li>Seller changes, such as changing the title</li>  <li>eBay system changes, such as changing the quantity when an item is purchased</li></ul> This ID is changed <em> only</em> when the seller makes a change to the item. This means you cannot use this value to determine if the quantity has changed. | [optional]
**shipping_options** | [**\TNT\Ebay\Buy\Browse\V1\Model\ShippingOption[]**](ShippingOption.md) | An array of shipping options containers that have the details about cost, carrier, etc. of one shipping option. | [optional]
**ship_to_locations** | [**\TNT\Ebay\Buy\Browse\V1\Model\ShipToLocations**](ShipToLocations.md) |  | [optional]
**short_description** | **string** | This text string is derived from the item condition and the item aspects (such as size, color, capacity, model, brand, etc.). | [optional]
**size** | **string** | (Primary Item Aspect) The size of the item. For example, '7' for a size 7 shoe. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**size_system** | **string** | (Primary Item Aspect) The sizing system of the country.  All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. <br /><br /><b> Valid Values: </b> <br />AU (Australia),  <br />BR (Brazil), <br />CN (China),  <br />DE (Germany),  <br />EU (European Union),  <br /> FR (France), <br /> IT (Italy),  <br />JP (Japan), <br />MX (Mexico),  <br />US (USA), <br /> UK (United Kingdom) <br /><br />Code so that your app gracefully handles any future changes to this list. | [optional]
**size_type** | **string** | (Primary Item Aspect) Text describing a size group in which the item would be included, such as regular, petite, plus, big-and-tall or maternity. All the item aspects, including this aspect, are returned in the <b> localizedAspects</b> container. | [optional]
**subtitle** | **string** | A subtitle is optional and allows the seller to provide more information about the product, possibly including keywords that may assist with search results. | [optional]
**taxes** | [**\TNT\Ebay\Buy\Browse\V1\Model\Taxes[]**](Taxes.md) | The container for the tax information for the item. | [optional]
**title** | **string** | The seller-created title of the item. <br><br><b> Maximum Length: </b> 80 characters | [optional]
**top_rated_buying_experience** | **bool** | This indicates if the item a top-rated plus item. There are three benefits of a top-rated plus item: a  minimum 30-day money-back return policy, shipping the items in 1 business day with tracking provided, and the added comfort of knowing this item is from experienced sellers with the highest buyer ratings. See the <a href=\"https://pages.ebay.com/topratedplus/index.html \" target=\"_blank\">Top Rated Plus Items </a> and <a href=\"https://pages.ebay.com/help/sell/top-rated.html \" target=\"_blank\">Becoming a Top Rated Seller and qualifying for Top Rated Plus</a> help topics for more information. | [optional]
**tyre_label_image_url** | **string** | The URL to the image that shows the information on the tyre label. | [optional]
**unique_bidder_count** | **int** | This integer value indicates the number of different eBay users who have placed one or more bids on an auction item. This field is only applicable to auction items. | [optional]
**unit_price** | [**\TNT\Ebay\Buy\Browse\V1\Model\ConvertedAmount**](ConvertedAmount.md) |  | [optional]
**unit_pricing_measure** | **string** | The designation, such as size, weight, volume, count, etc., that was used to specify the quantity of the item.  This helps buyers compare prices. <br /><br />For example, the following tells the buyer that the item is 7.99 per 100 grams. <br /><br /><code>\"unitPricingMeasure\": \"100g\",<br /> \"unitPrice\": {<br />  \"value\": \"7.99\",<br />  \"currency\": \"GBP\"</code> | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)