Questions tagged [flipkart-api]

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

55 questions
1
vote
0 answers

I am using proxy in reactjs its working on deveopment but after build proxy doesn't works how to solve it. Help Me

Anybody any can help me to fix this (Or) Develop any other way to complete this in Reactjs. I am using this on package.json "proxy": "https://affiliate-api.flipkart.net", And App.js Code is import React, { Component } from "react"; import axios…
Siva MS
  • 11
  • 3
1
vote
1 answer

Flipkart seller API showing error Invalid FSN while listing post

SO trying to post product listing on sandbox but it is showing error like Invalid Fsn firstly i tried the authentication which response with token using below…
rahul
  • 408
  • 6
  • 21
1
vote
1 answer

What is location ID in Flipkart input payload?

I was trying to upload a listing in my Flipkart sandbox account which requires a payload as an input. I am not able to figure out what is my location ID or where will I get it from my flipkart dashboard. This is my JSON payload : { "": { …
Shashank Gupta
  • 315
  • 1
  • 4
  • 16
1
vote
2 answers

Flipkart affiliate client node : 404 not found on product search

I am getting error 404 when running this code. It uses flipkart-affiliate-client npm package for flipkart api (https://github.com/zivost/flipkart-affiliate-client) var flipkart = require('flipkart-affiliate-client'); const express =…
Kartik
  • 81
  • 1
  • 5
1
vote
0 answers

codeigniter flipkart product api

I am trying to get the top deals using the flipkart product feed api in codeigniter. This is the piece of code that I have written to achieve it. public function getTopDealsFlipkart() { $data = array(); $data['url'] =…
Sarthak Batra
  • 487
  • 2
  • 10
  • 24
1
vote
1 answer

Fetching orders details throught flipkart api using PHP(how to recall function without rewrite function declaration)

I am fetching order details through Flipkar order Api.It is gives first 20(0-20) result at a time and for next records it gives next page url. For fetching next 20 records(20-40) again we have to call curl with next page url and fetch orders .For…
Urvashi
  • 239
  • 2
  • 10
1
vote
0 answers

Unable to make ajax request for Flipkart API

I am developing an HTML page where I want to get the prices of the products sold on Flipkart. I have done following code to get items: $(document).ready(function(){ $.ajax({ url:…
Mohemmad K
  • 809
  • 7
  • 33
  • 74
1
vote
1 answer

Display Flipkart listing on web site

I created a listing in Flipkart. Request URL: https://sandbox-api.flipkart.net/sellers/skus/my-special-sku/listings Request:Method: POST Request:Payload: {"skuId": "my-special-sku", "attributeValues": {"national_shipping_charge": 20,…
1
vote
1 answer

Flipkart seller API access token generation issue

I am trying to access the flip-kart seller API as i registered with Flipkart seller APIs - Developer Admin portal by following steps as given in the documentation:- https://seller.flipkart.com/api-docs/FMSAPI.html After successfully registered with…
Parveen yadav
  • 2,252
  • 1
  • 21
  • 35
1
vote
2 answers

Set a curl header for getting tokens

I want to set a header for getting the token from flipkart. I dont know how to set a header in curl. My header should like curl -u :
Jinu P C
  • 3,146
  • 1
  • 20
  • 29
1
vote
1 answer

Unable to write xpath for add to cart in flipkart

I am not able to write xpath for the following code. I tried input[@value="Add to Cart" and data-seller-id="0275741dba3346b8"] but it doesn't work.
Jack 666
  • 51
  • 1
  • 1
  • 6
1
vote
0 answers

NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load

I am trying to do a simple GET request to flipkart search api. baseurl= 'https://affiliate-api.flipkart.net/affiliate/search/json?'; params={ query:name, resultCount:5 }; var xhr=new XMLHttpRequest(); …
1
vote
1 answer

Calling Flipkart search API based on keyword in PHP

I am trying to add a search option on my PHP related website to get the list with detail of the related product on the basis of searched key word. I am doing this for comparison purpose. I have got the url…
Pankaj
  • 239
  • 1
  • 3
  • 10
0
votes
0 answers

Flipkart Order report or revenue report generation link needed to use with seller ID

I am trying to find an API link of flipkart where IF i am logged in with credential already I can search revenue data of order by just putting link in CSV. but I don't know the link currently. I used to use it in my previous workplace. Now I can't…
test test
  • 1
  • 1
0
votes
0 answers

Getting error during on "npm install recyclerlistview" in React JS project

We plan to use Flipkart/recyclerlistview in react js web application. react@16.0.0 react-dom@16.0.0 Getting error on npm install recyclerlistview npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While…