Discussions

Ask a Question
Back to all

Get Search Seller Product - failing

Searching for seller products in production:

{
     method: 'GET',
     uri: 'https://apigateway.snapdeal.com/seller-api/products/search',
     headers: 
      { 'X-Auth-Token': 'xxx',
        'X-Seller-AuthZ-Token': 'xxx',
        clientId: 'xxx' },
     qs: { pageNumber: 1, pageSize: 20 },
}

has failed for the last 3 hours with the following error in the metadata received from SnapDeal. Retries don't help.

 metadata: 
      { requestId: '66f0bd99-e040-4628-aad2-37a198a7e448',
        clientId: 'xxx',
        message: 'Failed to process response',
        responseTime: 5,
        requestedURI: 'GET /products/search' } }