08-29-2023 10:22 PM
I am using eBay's Trading APIs . I am aware of the upcoming decommission of Trading APIs Fields after January 31, 2024.
I am using field Order.ExternalTransaction of Type GO.
Could you please provide me with detailed information about the new URLs or versions that will be available for use after the decommission?
Thank you for your time and assistance. I look forward to your response.
09-04-2023 10:14 AM
Hi @jysax_0
You can use MonetaryDetails field for getting the payment details for an eBay order, including an identifier for the monetary transaction and a field to express any fees or credits applied to the monetary transaction.
Please refer to the Deprecated Trading Order Management Fields document for the complete list of deprecated fields, reasons for deprecation and alternative field.
API Deprecation Status: https://developer.ebay.com/develop/apis/api-deprecation-status
09-06-2023 05:05 AM
Hi,
Thank you for your reply.
I would like to know if, after decommissioning, we need to make any changes to the API request URL, or if we can continue using the same URL with the same parameters and headers.
Currently, we are using:
https://api.ebay.com/ws/api.dll?eBayAuthToken=****&CreateTimeFrom=**&CreateTimeTo=**
09-06-2023 12:55 PM
Hi @jysax_0
There will be no change for the Trading Service Endpoints and other call parameters like request headers and request payload. You can continue to use the existing endpoint and call parameters.
XML API Production Gateway URI: https://api.ebay.com/ws/api.dll
SOAP API Production Gateway URI: https://api.ebay.com/wsapi
09-10-2023 10:27 PM
Thanks a lot for getting back to me so quickly! Your response has been a big help.