I am getting InstructionCountLimitExceededError on my discount function every three hours. And on looking at the logs I see somebody is creating a cart with large number of SKUs. I dont see it in my abandoned cart report or anything. And for sure I dont have customers who place such high orders. Please help me figure out how to debug this further?
Are you using JavaScript or Rust? Shopify strongly recommends Rust as the most performant language choice to prevent your function from failing with large carts
Got it, so once I have buyer Identity, can I block them via email? Is there another way to find these users? They dont appear in my abandoned cart report as well.