Questions tagged [flipkart-api]

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

55 questions
0
votes
0 answers

How can I generate a product_id for Flipkart create product listings API?

How can I generate a product_id to create a product listing API? If I enter a dummy FSN, I get an error: invalid FSN.
0
votes
1 answer

How to cancel order using flipkart seller api

Please let me know how I can cancel order through the Flipkart seller API. I have tried this but it gives me error: $url = "https://api.flipkart.net/sellers/v2/orders/cancel"; $curl = curl_init(); $json = '{ "orderItems": [ { …
0
votes
1 answer

How to get all orders data from flipkart seller api

Can someone help me to get all order data from Flipkart seller API? Currently, I am using this but it fetches the Orderitmes list of different orders. Is there any API to fetch directly all orders? $url =…
0
votes
1 answer

Same nextPageUrl in flipkart API pagination

let axios = require('axios') let getShipmentDetails = async (url) => { var res = await axios({ method: 'post', url: url, headers: { Authorization: ""}, data: { …
0
votes
1 answer

Flipkart and AmazonAPI for Product Details and current Product Offers

I'm looking for The Flipkart and Amazon API's which can give details like Product Name, Product Details, Product Price And Current offers applicable on product. while looking I stumbled upon https://seller.flipkart.com/api-docs/index.html but I…
Sachin Rajput
  • 238
  • 7
  • 26
0
votes
0 answers

How to create a product in flipkart using seller listing apis?

I want to sync product my ecommerce site with flipkart so how to create product in flipkart using seller listing apis
0
votes
1 answer

can't seem to select from dropdown flipkart

Not able to select a value from the drop down for the maximum side.I am using flipkart and trying to find top few products under a certain range sorted by new. in the end I need to print the results in an excel file. There is also a slider to adjust…
0
votes
1 answer

Error: Index out of range for my Flipkart product scraper

So I'm fairly new to Python and I tried using this Flipkart scraper. I tried to add a 'price' module but it keeps giving me the error 'IndexError: list index out of range' My goal for this scraper is to scrape product info, rating, price, specs,…
0
votes
3 answers

Get access token to Flipkart seller account using php

Can anyone help to get access token by using Flipkart app id and app secret. We have tried with the code…
0
votes
1 answer

Fetch shipment detail data for order from flipkart order api v2

I am developing code to get all orders and order related information from the flipkart orders api. I am getting an error when calling shipment detail url. Below is the code I tried: $url =…
Sachin
  • 397
  • 4
  • 13
0
votes
1 answer
0
votes
1 answer

How to get active listing with forward slash (/) in SKU using Flipkart Seller GET LISTING API?

I am trying to use flipkart seller api to get connected with flipkart seller account. When I passed SKU with forward slash ('/') in Get Listing API, I got an error which is as shown below -…
0
votes
1 answer

What is full url to POST listings on Flipkart Marketplace Seller APIs?

I am building a smart inventory Android app to post items by scanning barcode to my flipkart seller account. I generated tokens but every time I call POST on the REST API using url= 'https://api.flipkart.net/sellers/skus/SKUID/listings' I am…
Aadil
  • 1
  • 1
0
votes
1 answer

Image not found on lookup

I am trying to use lookup class fetching product data. But image I am getting with API response its says 404 not found. Here are URL what I'm getting in "imageUrls" tag with key…
0
votes
1 answer

How to pass bulk data for update listing attributes with flipkart listing Management api using PHP

I want to update listing attribute like stock count ,pricing in bulk using php. I check Flipcart api doc https://seller.flipkart.com/api-docs/listing-api-docs/LMAPIRef.html there i got these…
Urvashi
  • 239
  • 2
  • 10