eBay Post-Order APIVersion 2.7.7
 

Confirm Inquiry Refund

POST /post-order/v2/inquiry/{inquiryId}/confirm_refund

This method can be used on behalf of the buyer to confirm receipt of a full refund for the order line item that has the INR inquiry. This method has no request or response payloads. The inquiryId value is passed in as a path parameter, and if the refund is successfully confirmed, an HTTP status code of 200 is returned.

This method is not supported in the Sandbox environment.

Input

See also Samples.

Resource URI (production)

POST https://api.ebay.com/post-order/v2/inquiry/{inquiryId}/confirm_refund

URI parameters

Parameter Type Required? Meaning
inquiryId string Required The unique ID of the inquiry for which the refund is to be confirmed. The inquiry ID value is passed in as part of the call URI.


HTTP request headers

All requests made to eBay REST operations require you to provide the authorization HTTP header for authentication.
See HTTP request headers for details.



Authorization

This call uses standard authorization tokens. See Making a Call for details.

Payload model

This call has no request payload.


Output

See also Samples.

Payload model

This call has no response payload.

null



Samples

New to making API calls? Please see Making a Call.

Note: Some item IDs, user IDs, or other data in these samples might no longer be active on eBay. If necessary, you can substitute current eBay data in your requests.

Sample: Basic Call

This operation confirms receipt of a refund.

Description

Use this operation to confirm that the buyer has received a refund for the order line item associated with the specified INR inquiry.

Input

There is no input payload with this request. Supply the inquiry ID as a path parameter in the call.

URL format. See also the non-wrapped version of this URL.

POST https://api.ebay.com/post-order/v2/inquiry/5********9/confirm_refund

Output

A successful call returns an HTTP code of 200; there is no payload for the response.

JSON format.



Change History

Change Date Description