eBay Product APIVersion 1.4.0
 

ProductSubmission ( BaseServiceRequest )

Container for all the information that describes a product.

Types that use ProductSubmission:

Calls that use ProductSubmission:

Fields

categoryId ( string ) [1]
Specifies the category to which you want to add a product. Only select Electronics categories support product creation.
See the Field Index to learn which calls use categoryId.

invocationId ( string ) [0..1]
A unique identifer for a given product request. Use invocationId to prevent the submission of duplicate data. In the event of a partial failure, the invocation ID can also be used to identify a product request that did not succeed.

If the same invocationId is passed in more than once in the same request, then an error will be returned. The identifier must be a number.
See the Field Index to learn which calls use invocationId.

media ( Media ) [0..*]
Details for any media, such as images, associated with the product. Currently, images are the only supported media type.

When submitting multiple images, the image specified in the first media node will be used as the stock photo for the product.
See the Field Index to learn which calls use media.

productPropertyValue ( PropertyValue ) [1..*]
Name-value pairs that describe the product.
See the Field Index to learn which calls use productPropertyValue.