Nuri Ensing
07/08/2025, 8:00 AMCeligo AI
07/08/2025, 8:00 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems that accessing NetSuite images that are available without login via REST API calls can be a bit tricky due to the structure of the NetSuite image file URL. The URL structure of a NetSuite image file is typically like this:
<http://shopping.na0.netsuite.com/core/media/media.nl?id=xyz&c=acct&h=abcdef>
. This is different from a standard image URL that ends with an image file extension like .png
.
However, if the image is in your file cabinet and the "AVAILABLE WITHOUT LOGIN" option is checked, you should be able to access it without logging in to NetSuite.
If you need to use the actual image file name in the REST API, you might need to use the File.name
property when you upload the image. This is the best option available as it's not clear if NetSuite actually stores the "file name".
Please note that this information is based on the discussions in the Slack threads and might not be the definitive solution to your problem.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
07/08/2025, 8:00 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816647172
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811101854
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.803398
Celigo AI
07/08/2025, 8:00 AM