eBay Product APIVersion 1.4.0
 

AddProductsRequest ( BaseServiceRequest )

This is a request object containing input for adding one or more products to the eBay catalog.

Call that uses AddProductsRequest:

Fields

addProductRequest ( ProductSubmission ) [1..*]
Information about a single product to be added to the eBay catalog. The product information must include a category ID and a set of name-value properties that describe the product.
See the Field Index to learn which calls use addProductRequest.

clientBatchId ( string ) [0..1]
Identifier to help users match requests and responses in multi- threaded applications. When provided in the request, the value is returned in the corresponding response.
See the Field Index to learn which calls use clientBatchId.