Discussions
Invalid Username or Password while API Authorization
https://stg-authorize.snapdeal.com/authserverui/login?returnURL={RETURN_URL}&appId={REGISTERED EMAIL ID OF PARTNER}
Atribute value no longer valid
Hello,
Searching snapdeal catalog yields 503 errors
When making a request against the production endpoint, I sometimes run into errors such as 503
Product Listing APIs - Possible Bug in production
When searching for a product at the GET /products/search/others endpoint in production. It returned one matching result but the metadata claimed that there were 2 pages worth of result, with each page 10 entries long.
Image Upload API does not return payload
Hello,
When i want to call image upload API, in response i am not able to get any Payload with with reference id, which need to pass, when call add new product api.
my request is:
curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' --header 'X-Auth-Token: xxxxxxxxx' --header 'X-Seller-Authz-Token: xxxxxxxxxxx' --header 'ClientId: borosil' -F 'file=/home/admin/web/app.boostmysale.com/production/boostsites/myborosil/public_html/app/webroot/snapdeal_images/1420150817064109img.jpg' 'https://apigateway.snapdeal.com/seller-api/listing/image/upload'
How to get data for a list of orders?
I have a list of subordercodes. I want to fetch data for all the codes in a single request. Which method i should use for that?
Need to get credentials to access apis
Not able to authorize on the staging server
I am trying to authorize at
https://stg-authorize.snapdeal.com/authserverui/login?returnURL=http%3A%2F%2Fmarketfront.in%2Fabcd&partnerName=snapdeal-redlily%40saisanj.com
What is type of date format in order data?
In order data i recieved from apis, order_date: 1460809801000L. What format is this?
How to Pack the Orders?
I am trying to pack the orders via the api.