The type that defines the 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 fieldgroups
is set to PRODUCT
.
Type that uses AdditionalProductIdentity
Calls that use AdditionalProductIdentity
Fields
productIdentity
array of ProductIdentity
An array of product identifier/value pairs for the product associated with the item. This is returned if the seller has associated the eBay Product Identifier (ePID) with the item and the request has
The following table shows what is returned, based on the item information provided by the seller, when
fieldgroups
set to PRODUCT
.The following table shows what is returned, based on the item information provided by the seller, when
fieldgroups
is set to PRODUCT
.ePID Provided | Product ID(s) Provided | Response |
---|---|---|
No | No | The AdditionalProductIdentity container is not returned. |
No | Yes | The AdditionalProductIdentity container is not returned but the product identifiers specified by the seller are returned in the localizedAspects container. |
Yes | No | The AdditionalProductIdentity container is returned listing the product identifiers of the product. |
Yes | Yes | The AdditionalProductIdentity container is returned listing all the product identifiers of the product and the product identifiers specified by the seller are returned in the localizedAspects container. |