No content to show
User Activity
11-13-2023
I am internally developing a middleware for a company and, for that end, I have been given access to a sandbox environment store, so with that being said, I am not in the possession of my own shopify partner account.Now, at the store admin panel (fou...
10-31-2023
I suppose that sometimes we just need another set of eyes or a fresh mind to find the issue. You got it right at No.1. I, for some reason, expected the Json to arrive as a string. I have now corrected the issue and I'm able to recieve the webhooks ju...
10-27-2023
I am currently configuring an endpoint to recieve webhooks from shopify and I've hit a wall.I've developed a test-endpoint that's quite straight forward:[HttpPost]
[Route("test")]
public IResult RecieveTesthook([FromBody]string payload)
{
try
...