All Collections
Troubleshooting
API Troubleshooting
Timeout response in Get Product / Customer endpoint
Timeout response in Get Product / Customer endpoint
Updated over a week ago

Prerequisite

1. API Documentation Review:

Start by revisiting the API documentation. Ensure that you are well-acquainted with the expected response format, including the structure and presence of key objects. This step provides a baseline for identifying discrepancies.

2. Verify API Call Parameters:

Check your API call parameters against the documentation. Confirm that you are sending the correct data and that all required parameters are included. Misconfigurations here can lead to unexpected results.

How to solve it:

#1 Hint

  • Issue description:
    504 gateway timeout
    โ€‹

  • Reason:
    Make sure you don't send long capacity requests and only use the pagination
    โ€‹

  • How to solve it:

    • Make a request with the limit for example 50 per page.

    • Use the pagination for example make a request with limit for example 50 per page


Need a further help?

connect with us via chat support and share the cURL command. This will enable us to conduct a more in-depth analysis and provide thorough support.

Did this answer your question?