No content to show
User Activity
Gotta admit this is pretty stupid. Only way for most people to know what the names are is accessing the quantity fields. Which you can't access without the names. At least update the documentation. Better even, remove the requirement on the argument,...
04-06-2023
Just happened to me because I forgot the "/" at the beginning of my request url. this line ----> app.use("/api/*", shopify.validateAuthenticatedSession());ensures your requests get automatic validation (headers and shit, API_key and whatnots, idk) so...