Developers Program

createShippingQuote API call returning error code 90000

Published: --ยทUpdated: January 31 2024, 12:02:48 AM

Question:

Why I am getting ErrorCode 90000 as below with the createShippingQuote (Logistics API) call?

{
"errorId": 90000,
"domain": "shippingPublicAPIErrorDomain",
"subdomain": "Selling",
"category": "APPLICATION",
"message": "A system error has occurred.",
"longMessage": "A system error has occurred."
}


Answer:

Main reason could be either of the following:

  • Make sure you are using the correct countryCode in the both shipTo and shipFrom address request payload
  • X-EBAY-C-MARKETPLACE-ID is the required header so make sure you are using it with the correct Marketplace ID values

Please refer to the API documentation for more details- https://developer.ebay.com/api-docs/sell/logistics/resources/shipping_quote/methods/createShippingQuote


How well did this answer your question?