brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Product

## 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 product images that are in addition to the primary image. | [optional]
**additional_product_identities** | [**\TNT\Ebay\Buy\Browse\V1\Model\AdditionalProductIdentity[]**](AdditionalProductIdentity.md) | An array of product identifiers associated with the item. This container is returned if the seller has associated the eBay Product Identifier (ePID) with the item and in the request <b> fieldgroups</b> is set to <code>PRODUCT</code>. | [optional]
**aspect_groups** | [**\TNT\Ebay\Buy\Browse\V1\Model\AspectGroup[]**](AspectGroup.md) | An array of containers for the product aspects. Each group contains the aspect group name and the aspect name/value pairs. | [optional]
**brand** | **string** | The brand associated with product. To identify the product, this is always used along with MPN (manufacturer part number). | [optional]
**description** | **string** | The rich description of an eBay product, which might contain HTML. | [optional]
**gtins** | **string[]** | An array of all the possible GTINs values associated with the product. A GTIN is a 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]
**mpns** | **string[]** | An array of all possible MPN values associated with the product. A MPNs is manufacturer part number of the product. To identify the product, this is always used along with brand. | [optional]
**title** | **string** | The title of the product. | [optional]

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