Description
Gets details for a single shopping item.
Action
Style
Document
Input (Literal)
The input of this method is the document element ns:GetSingleItemRequest of type having the structure defined by the following table.
| Element |
Type |
Occurs |
Description |
|
|
1..1 |
|
| ns:MessageID |
xs:string |
0..1 |
If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response.
|
| any |
|
0..* |
|
| ns:ItemID |
xs:string |
0..1 |
The item ID that uniquely identifies the item listing for which to retrieve the data.
|
| ns:VariationSKU |
xs:string |
0..1 |
Variation-level SKU that uniquely identifes a variation within the listing identified by ItemID.
|
| ns:VariationSpecifics |
ns:NameValueListArrayType |
0..1 |
Name-value pairs that identify one or more variations within the listing identified by ItemID.
|
| ns:IncludeSelector |
xs:string |
0..1 |
Defines standard subsets of fields to return within the response.
|
|
|
|
|
Output (Literal)
The output of this method is the document element ns:GetSingleItemResponse of type having the structure defined by the following table.
| Element |
Type |
Occurs |
Description |
|
|
1..1 |
|
| ns:Timestamp |
xs:dateTime |
0..1 |
This value represents the date and time when eBay processed the request.
|
| ns:Ack |
ns:AckCodeType |
0..1 |
Indicates whether the call was successfully processed by eBay.
|
| ns:Errors |
ns:ErrorType |
0..* |
A list of application-level errors or warnings (if any) that were raised when eBay processed the request.
|
| ns:Build |
xs:string |
0..1 |
This refers to the particular software build that eBay used when processing the request and generating the response.
|
| ns:Version |
xs:string |
0..1 |
The release version that eBay used to process the request.
|
| ns:CorrelationID |
xs:string |
0..1 |
If you pass a value in MessageID in a request, we will return the same value in CorrelationID in the response.
|
| any |
|
0..* |
|
| ns:Item |
ns:SimpleItemType |
0..1 |
Contains details about the listing whose ID was specified in the request.
|
|
|
|
|