Hi Veeqo team,
I’m trying to integrate with the “Purchase Shipping Labels” API:
POST https://api.veeqo.com/shipping/shipments
I can successfully retrieve shipping quotes via the Shipping Quotes endpoints (including amazon_shipping_v2 rates with remote_shipment_id and shipping_service_options), but whenever I POST to /shipping/shipments with a valid payload and API key, the API always responds with:
{ "status": 404, "error": "Not Found" }
From the developer forum post “How can I purchase shipping labels with Veeqo API?” I can see that some users are able to use this endpoint (they receive error_messages such as :rate_code parameter is missing when the payload is incomplete, and they resolved it by adding rate_code and shipping_service_options).
Could you please confirm whether the “Purchase Shipping Labels / Buy Shipping Label” endpoint is enabled for my account?
If it is currently restricted to whitelisted accounts, could you help enable it for my account or let me know the requirements to get access?
Many thanks!