I currently run a WordPress website that uses Acumatica. Acumatica is installed as a plugin within the theme built by the original developers. Right now, I have a staging site setup, along with a sandbox environment on Acumatica.
For example, my staging site is
staging.website.com
My sandbox environment for Acumatica is:
website-sandbox-22-2.acumatica.com/(w(2))/
Basically, what I’m looking to do is test buying a product on the staging site to which it then generates a order in the sandbox version of Acumatica.
As mentioned, Acumatica is coded within the plugin used to create the site’s functionality, so on Wordpress, in order to add the Sandbox site value to the list of Data Sources, I had to add a string within the Acumatica.php file along with the ACF_AcumaticaOptions.php file, but that is only adding a string so that I can choose the data source in the Wordpress admin dashboard. I also changed the base url to the link of the Acumatica sandbox, but I feel like that is incorrect.
How can I fully connect my sandbox version of Acumatica with my staging Wordpress site?
Any insight or help would be greatly appreciated. Please ask me if you need any more context! I’m a bit lost as this is my first time working with Acumatica, so still trying to learn the system. Do you have any specific documentation you recommend?