Questions tagged [flipkart-api]

Flipkart is an e-commerce company in India. Use only for questions related to their API.

55 questions
7
votes
1 answer

Flipkart Product API - How to get top selling product from the category

According to the flipkart product api we can get the top selling products from the category, but I'm not able to get the top selling products. According to the flipkart following is the sample url which return top selling…
user3764679
  • 77
  • 1
  • 6
3
votes
0 answers

zjsonpatch diff results in a flat format for add operation

I am trying to get the JSON diff using the zjsonpatch library. The library provides the results for add, remove and replace operations. The results are coming as expected. But for add operation, the values output is sometimes a map of key/value…
Vivek Narayanasetty
  • 522
  • 2
  • 5
  • 12
3
votes
1 answer

Seller API of flipkart to access the list of Product CakePHP

I want to access API https://seller.flipkart.com/api-docs/listing-api-docs/LMAPIRef.html of this WEBSITE I have already generated token but latter I want Access its LIST of products which I upload on flipkart Flipkart API documents given billow…
navin
  • 51
  • 6
2
votes
0 answers

Flipkart Creating the Listing with the seller API

I am Integrated with the Flipkart Seller API and Got the Sandbox and Production API access. But When I am Accessing the Sandbox API's for Creating My Listing I am getting this Response : https://sandbox-api.flipkart.net/sellers/listings/v3 with…
Ganesh
  • 169
  • 6
2
votes
0 answers

Integration of Market place with Integration bus in websphere

We have a requirement as below Integration System needs to call our service Our service needs to call FlipKart service appending the token in the request Get the response back to Integration system The above should work seamlessly for both GET and…
arvind_cool
  • 293
  • 1
  • 13
2
votes
1 answer

Is there any way disable caching in webview inflated through proteus

Need to disable the cache on WebViews inflated through Proteus. Are there any attributes on the WebView which can be used to disable it? We could find the view normally would if it was inflated using precompiled XML layouts using…
akshay_shahane
  • 4,423
  • 2
  • 17
  • 30
2
votes
1 answer

Flipkart Affiliate - Can I track the status of an order made through my website?

I am being an affiliate to flipkart and I am advertising flipkart products on my website. My requirement is this: If a user redirects to flipkart from my website and purchases a product, can we get the order/purchase id of that particular purchase…
Raj Kumar
  • 953
  • 1
  • 8
  • 19
2
votes
2 answers

How to check expiry of token via expiry_time coming with that in javascript

I am getting an access token from Flipkart API and gives me token with its expiry time . But i don't know what they given in expiry time they are giving some kind of timestamp in seconds, as i convert those seconds into minutes then there are 56…
Parveen yadav
  • 2,252
  • 1
  • 21
  • 35
2
votes
0 answers

Seller API of flipkart to create the list of Product

Reference link for flipkart API : https://seller.flipkart.com/api-docs/listing-api-docs/LMAPIRef.html#postlisting-label working in sandbox environment and using sandbox API url. How to create listing in sandbox environment. Any other way to get…
1
vote
0 answers

Flipkart Seller API "DEPENDENT_SYSTEM_CALL_FAILED" error

We are working on flipkart integration and facing issue in few of API which is as below. Here we are trying to mark a shipment as "ready_to_dispatch" so that we can download the invoice and label. API:…
Deepak Samria
  • 135
  • 1
  • 5
1
vote
1 answer

How to get all products from flipkart seller api in php

Please let me know how I can get the all products through the Flipkart seller API. I am not able to get this api. I have tried this but it gives me error: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…
1
vote
3 answers

How to use await and async during axios API calls

const axios = require('axios'); const getShipmentDetails = ((nextCall) => { const res = axios({ method: 'post', url: nextCall, headers:{ Authorization: ""}, data:{ …
1
vote
0 answers

flipkart shipment API /v3/shipments/filter/ Not getting valid response

I am developing code to generate labels for Flipkart orders which orders I am getting from Flipkart orders API. while calling this URL https://api.flipkart.net/sellers/v3/shipments/labels, I am getting a response invalid JSON. Below code that I…
1
vote
1 answer

selenium in python not able to locate add to cart element on Amazon/Flipkart

I am new to this,trying to make first automated test case by searching on flipkart website then search mobiles and click on the specific mobile and then add to cart but it is not working getting this error…
1
vote
1 answer

I want to share the details of webapp to native facebook app

I tried every possible answer on S/O, but not able to navigate from my webapp to native facebook app, but when I checked flipkart site on my mobile they provide that functionality to navigate to native facebook app if it is installed in mobile phone…
bajran
  • 1,433
  • 14
  • 23
1
2 3 4