Robert
Robert
> I am trying to use the `/catalog/products/{product_id}/metafields` endpoint to fetch metafields for the product. This product whose `id` I used exists, it has a metafields and the store api...
Hi @abisalehalliprasan , This issue requires an urgent fix. I can't get what is the API response. Even if I set the Accept header to 'application/json', the API returns in...
+1 Any updates?
I think we can fix this issue like this. ```js const getMe = async req => { const token = req.headers['x-token']; if (token) { try { return await jwt.verify(token, process.env.SECRET);...
Hi, I have an issue using the MailDataRequired type. I can't use the second option (mentioned in the below document) with typescript. https://github.com/sendgrid/sendgrid-nodejs/blob/main/docs/use-cases/transactional-templates.md#prevent-escaping-characters.