brandon14/ebay-sdk-php

View on GitHub
src/Buy/Deal/V1/docs/Model/DealItem.md

Summary

Maintainability
Test Coverage
# # DealItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_images** | [**\TNT\Ebay\Buy\Deal\V1\Model\Image[]**](Image.md) | The additional images for the deal item. | [optional]
**category_ancestor_ids** | **string[]** | The IDs of the ancestors for the primary category. | [optional]
**category_id** | **string** | The ID of the leaf category for the deal item. A leaf category is the lowest level in a category and has no children. | [optional]
**commissionable** | **bool** | A boolean value specifying whether the listing has commission. | [optional]
**deal_affiliate_web_url** | **string** | The deal associated with the item with affiliate attribution. | [optional]
**deal_end_date** | **string** | The date after which the deal ends. | [optional]
**deal_start_date** | **string** | The date on which the deal starts. | [optional]
**deal_web_url** | **string** | The web URL for the deal associated with the item. | [optional]
**energy_efficiency_class** | **string** | A string value specifying the Energy Efficiency class. | [optional]
**image** | [**\TNT\Ebay\Buy\Deal\V1\Model\Image**](Image.md) |  | [optional]
**item_affiliate_web_url** | **string** | The item web URL with affiliate attribution. | [optional]
**item_group_id** | **string** | The unique identifier for the deal item group. This is the parent item ID for the seller-defined variations. Note: This field is returned for multiple-SKU items. | [optional]
**item_group_type** | **string** | An enumeration value that indicates the type of item group. An item group contains items that have various aspect differences, such as color, size, or storage capacity. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/deal/types/api:ItemGroupTypeEnum'>eBay API documentation</a> | [optional]
**item_id** | **string** | The unique identifier for the deal item. Note: This field is only returned for single-SKU items. | [optional]
**item_web_url** | **string** | The web URL for the deal item. | [optional]
**legacy_item_id** | **string** | The legacy item ID associated with the deal item. | [optional]
**marketing_price** | [**\TNT\Ebay\Buy\Deal\V1\Model\MarketingPrice**](MarketingPrice.md) |  | [optional]
**price** | [**\TNT\Ebay\Buy\Deal\V1\Model\Amount**](Amount.md) |  | [optional]
**qualified_programs** | **string[]** | A list of programs applicable to the item. | [optional]
**shipping_options** | [**\TNT\Ebay\Buy\Deal\V1\Model\ShippingOption[]**](ShippingOption.md) | The cost required to ship the deal item. | [optional]
**title** | **string** | The title of the deal item. | [optional]
**unit_price** | [**\TNT\Ebay\Buy\Deal\V1\Model\Amount**](Amount.md) |  | [optional]
**unit_pricing_measure** | **string** | The designation used to specify the quantity of the deal item, such as size, weight, volume, and count. This helps buyers compare prices. For example, the following tells the buyer that the item is 7.99 per 100 grams. "unitPricingMeasure": "100g", "unitPrice": {   "value": "7.99",   "currency": "GBP" | [optional]

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