Joseph Anderson

Results 4 comments of Joseph Anderson

This code worked: `public List GetOrdersByDateRange(DateTime beginDate, DateTime endDate) { Dictionary dtn = new Dictionary(); //dtn.Add("date_add", MakeBrackets(beginDate.ToString("yyyy-MM-dd"), endDate.ToString("yyyy-MM-dd")) + "&date=1"); //RestRequest request = this.RequestForFilter("supply_orders", "full", dtn, null, null, "supply_orders"); var...

Hi, I tried to implement part of the code, but I don't have time right now: https://github.com/jmawebtech/HubSpot.NET When I call Products.Example(hapiApi) in program.cs, I get a list of products. I...

I use HTTPClient in mine. The header keys must be lower case: Notice Host:sellingpartnerapi-na.amazon.com vs host:sellingpartnerapi-na.amazon.com Host should be lower case. public virtual string ExtractCanonicalHeaders(HttpClient client) { Dictionary headers =...

Yes please close it. ________________________________ From: Tareq Abuzuhri ***@***.***> Sent: Sunday, October 23, 2022 5:16 AM To: abuzuhri/Amazon-SP-API-CSharp ***@***.***> Cc: JMA Web Technologies ***@***.***>; Mention ***@***.***> Subject: Re: [abuzuhri/Amazon-SP-API-CSharp] The...