Questions tagged [flipkart-api]

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

55 questions
0
votes
1 answer

Flipkart Api: Getting error while trying to retrieve data from api

This is the curl, php program i gave to retrieve data from flip kart using there API. But what ever i do , i am getting the same error as : {"error":"unauthorized","error_description":"An Authentication object was not found in the SecurityContext"}…
0
votes
1 answer

DEPENDENT_SYSTEM_CALL_FAILED error flipkart marketplace API

i am trying to fetching orders from flipkart, right now i am using search API of orders on which we can provide fromDate toDate etc for filtering but as i run that API on production environment…
Parveen yadav
  • 2,252
  • 1
  • 21
  • 35
0
votes
1 answer

Not able to send header with xhrfield

I am trying to get flipkart api data . like this but i am not able to send heder with xhrfield HERE IS MY CODE : $.ajax({ type: 'GET', url:'https://affiliate-api.flipkart.net/affiliate/search/json?query=iPhone+mobiles&resultCount=3', …
Kakul Sarma
  • 303
  • 1
  • 4
  • 21
0
votes
1 answer

Unable to generate Access token for flipkart API

I am trying to get New access token for Oauth 2.0 with client credential. I am always getting Forbidden or unauthorized error. While I can directly login to url…
user1881820
  • 157
  • 2
  • 13
0
votes
1 answer

I am trying to get the details of a product using flipkart API

I am unable to correctly transform the JSON response to a class and then display in in a string. This is the response: { "productBaseInfo": { "productIdentifier": { "productId": "SHODRYT32JN5N6WY", …
-1
votes
0 answers

I'm working on an ecommerce website. I want to write a front end code to connect my website with sellers accounts from eCommerce sites like flipkart

I am working on a multi page website. We have a page called channels where i want to write a front end code to establish connection with ecommerce websites like flipkart, amazon using the logged in person's seller acount on those platforms. Later i…
-1
votes
1 answer

Fetch Order Details Of A Particular Sellers From Flipkart To Our Website

Hi Developer, I am working on a website where I want to fetch all my client Flipkart seller's order details to my client website from where they can manage their order, what will be the possible way to integrate it, Will Flipkart allow me to see my…
-1
votes
1 answer

Calling the rest api in php

Hi Good evening currently working on flipkart / snapdeal rest api in which we have to curl the data . In command prompt its working fine and give me desired output . But now i want to call that in code and unable to do that . Kindly help me out…
Indian Thinking
  • 103
  • 1
  • 8
-1
votes
2 answers

How do I import flipkart products from a csv into Wordpress/WooCommerce?

I have a csv from flipkart with fields such as: productId title description mrp price productUrl categories Obviously these don't match up perfectly with the WooCommerce fields ( short description / long description vs description ), productId vs…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
1 2 3
4