question

asif avatar image
asif asked

insert order and items using javascript from webapplication by calling api using sand box account and token

var data = null; var xhr = new XMLHttpRequest(); xhr.addEventListener("readystatechange", function () { if (this.readyState === this.DONE) { console.log(this.responseText); } }); xhr.open("POST", " https://apisandbox.dev.clover.com/v3/merchants/mId/orders"); xhr.setRequestHeader("content-type", "application/json"); xhr.send(data);
clover developer community
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community