These docs are for v1.0. Click to read the latest docs for v2024.09.

Discussions

Ask a Question
Back to All

Tracking order status using API

Hello,

We are creating easyship order shipments through php using following links:

  1. https://api.easyship.com/shipment/v1/shipments
  2. https://api.easyship.com/shipment/v1/shipments/create_and_buy_label

shipments are creating successfully, but further we are trying to track those shipping status & we are continuously getting "Created" status. Also we are putting shipping id into easyship-tracking link then its showing message like "Your package is being prepared, no tracking is available yet. It should appear soon"

Why we are not getting further shipping status in response or in tracking results.

Is there any kind of settings or what, please suggest me ideas or changes to solve above issue.