Discussions
API Checkpoint Queries Fields
over 4 years ago by Ernest Lau
Hi,
When my shipment contains only 1 platform order, the api return without any issues.
Example: https://api.easyship.com/track/v1/checkpoints?platform_order_number=1234
However if my shipment contains more than 1 platform order, the api return no results. Did I do anything wrong here?
Example: https://api.easyship.com/track/v1/checkpoints?platform_order_number=1234,
Example: https://api.easyship.com/track/v1/checkpoints?platform_order_number=1234, 4567
Both examples return no results.
I would like to do the search based on platform order as the shipment ID in woocommerce is saved as note, making it difficult to retrieve for queries.