DisableUnpaidItemAssistanceRequestType
Enables a seller who has opted into the automated Unpaid Item Assistance mechanism to disable that Assistance for an item. The item is identified either by its item ID / transaction ID pair or by the dispute ID assigned to it by the Assistance mechanism. The dispute created by the Assistance mechanism is then converted to a "manual" dispute for the seller to manage like any other manually-created dispute. disputes.
Fields
DisputeID ( DisputeIDType (string) ) [0..1]
The ID for a dispute created by the Unpaid Item Assistance Mechanism. Mutually exclusive with the ItemID/TransactionID pair.
See the Field Index to learn which calls use DisputeID.

ItemID ( ItemIDType (string) ) [0..1]
The eBay ID of the item to exclude from the automated Unpaid Item Assistance mechanism. If ItemID is provided, TransactionID must be provided. The ItemID/TransactionID pairing of tags is mutually exclusive with DisputeID: Provide the pair or provide DisputeID, but not both.
See the Field Index to learn which calls use ItemID.

TransactionID ( string ) [0..1]
The eBay ID of a transaction, created when the buyer committed to purchasing the item. A transaction ID is unique to the item but not across the entire eBay site. The transaction ID must be combined with an item ID to uniquely identify an item. The ItemID/TransactionID pairing of tags is mutually exclusive with DisputeID: Provide the pair or provide DisputeID, but not both.
See the Field Index to learn which calls use TransactionID.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.