Create Shipment api giving 404 NOT FOUND error

Hi

Trying to create Shipment with api

HOST https://api.veeqo.com/shipments

payload :

{
shipment: {
carrier_id: 2,
notify_customer: false,
update_remote_order: false,
},
allocation_id: 1324899,
order_id: 1324899,
}

Headers :

“x-api-key”: apiKey,
“Content-Type”: “application/json”,

Response :
404 Not Found

Hey @onetruck. This error is usually the result of trying to fetch or update an entity that doesn’t exist. In this case you may want to double check the order ID. The order ID is different from the order number, and can be found at the end of the URL when you open the order in Veeqo.

Screenshot 2023-12-11 at 10.20.58

Could you please help us to create a label / buy a label with api?

At the moment creating and buying labels isn’t possible through the API yet; only creating shipments. You could submit a feature request if you would like to see this functionality in the future.