Button in Quote Entry That Sends JSON to BigCommerce

Has anyone done something similar before? At first glance, it looks like I would simply create a JSON object filling in variables with values from Quote Entry. After that, I just send it to the URL and that’s it? I’m thinking I can just create a function that does all of this, but I’m looking for someone who has done this before and could shed a bit of light.

Cheers humans!

Yes, that’s kind of it. There are several examples on this forum, I use RestSharp but you can try others. I’m on 10.2.700 and calling functions from customizations is a little tricky (maybe it’s easier in newer versions). I used a workaround for that - when you press the button in the form, instead of calling the function directly, I’m just updating a (UD) field which then triggers a BPM Update method. And the BPM calls the function. Hope it helps.

1 Like

Elegant work around! Thank you for your kind response.

1 Like