eBay Shopping APIVersion 1293
 

AckCodeType ( token )

This enumerated type identifies the possible values that can be returned in the Ack field in call responses. The Ack value will indicate if the call was completely successful, if the called failed, or if the call was partially successful, but with minor errors or warnings.

Type that uses AckCodeType:

Calls that use one or more values of AckCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Failure This value indicates that the call request processing failed.
PartialFailure This value indicates that the call request partially failed. One or more issues that may be responsible for this partial failure can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
Success This value indicates that the call request was processed successfully without any issues.
Warning This value indicates that the call request was successful, but processing was not without any issues. These issues can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
  * See the Enumeration Index to see exact use of each enumeration value in the API.