can I get IP address of customers from suitecommer...
# ask-stanley-ai
a
can I get IP address of customers from suitecommerce advanced?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it is possible to get the IP address of a customer in SuiteCommerce Advanced. In SuiteScript 2.0, you can use
context.request.headers['ns-client-ip']
to get the IP address. Similarly, in SuiteScript 1.0, you can use
request.getHeader('ns-client-ip')
to achieve the same. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828099132
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826001108
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823174894
Please provide your feedback on this answer.