To integrate BoxSize with your server, you need to provide us with an endpoint to which you would like to receive the data.
Webhooks are used to integrate BoxSize data with your system/server.
To apply this integration, you need to create an endpoint on your end that can receive the data from the webhook notification. For example: To receive a notification upon package creation, you can create a web service on your end and call it www.yourserver.com/boxsize/packagesit
Then, you should be able to receive a JSON structure like in this example:
{
"id":5634,
"width":20.5,
"height":34.55,
"depth":50.7,
"comments":"this is a comment",
"photo_1_url":"…com/photo1.,jpg",
"photo_2_url":"…com/photo2.jpg",
"photo_3_url":"…com/photo3.jpg",
"weight":4.2,
"barcode":26732674357253,
"box_type":"package",
"latitude":32.3,
"longitude":44.6
Comments
0 comments
Please sign in to leave a comment.