we have embedded the model on a webpage for a test- shapediver has a box with the price on the 3d screen in shapediver. where does my developer find the price in shpadiver (the file i guess) to embed it on the web page to expose the real time pricing
I am guessing that the “box with the price” you are referring to corresponds to the data output display in the model view page and iframe.
In case you are embedding your model using the iframe feature, make sure that the setting “Hide data outputs” is unchecked in the model edit page. Read more about iframe settings here.
In case you are direct embedding your model using the viewer API, you can use the API to explore the model outputs, get the value of the data output that is relevant, and display it in your web application using the method of your choice. You can read more about this topic here.