Integration with currier

Hi, i need add the Cargo Express Carrier in my shipment dashboard or need to develop a function when i push the shipment button send the request information to an API to generate a tiket into Cargo Express and when i need see the timeline of this box, for this i need execute 2 methods of an API but i don’t see a sandbox or a panel to develop, whatever, i made a webhook with GraphQL API but i don’t see this in my shiphero panel or don’t know how to find it

Hi @AlejandroRivera
Are you referring to the Generate Label Webhook?
In that case, we will have to set it up for you at support@shiphero.com
But let me know if this is not what you are referring to.
Thanks in advance!
Tom

Eam I don’t know, I’m new to shiphero and what I need is to be able to integrate Cargo Express with shiphero to be able to keep track of my packages in each move made from Cargo Express, in this API it does not return a PNG or PDF file so I don’t know what is the best way to integrate this

Hi @AlejandroRivera
The response dones’t need to be an image actually, for example:

{
  "code": "200",
  "shipping_method": "Ground",
  "tracking_number": "1adddsad11",
  "cost": "5.55",
  "label": "s3.amazonaws.com/myimages/65259502/thermaltmpyjYG5K.png",
  "customs_info": "",
  "shipping_carrier": "ups"
} 

That could be a valid response, we would need an endpoint where we would be sending the shipment data, and a response like this one should be returned.

If you need an example of how the data we send looks like check: https://developer.shiphero.com/webhooks#generate-label-webhook

Let me know if that doesn’t help or I could explain better.
Thanks again!
Tom