↧
Answer by Nate M. for upload feed to walmart
I have not been able to get this to work natively in C#, but I do have a work around. The Java SDK can successfully submit multi-part requests to Walmart. I wrote a wrapper around the SDK functions...
View ArticleAnswer by Yuriy Zaletskyy for upload feed to walmart
I spent all day in figuring out how to request Walmart v3. I propose you the following two steps:Use Walmart signer in order to generate signed token.You will need to use HttpWebRequest for getting...
View Articleupload feed to walmart
I am breaking my head trying to upload a feed to walmart, after many times trying i used postman to generate C# restsharp code for me, in postman it works, but when using the c# restsharp code it...
View Article