(Quick Reference)

5 Delivery Details - Reference Documentation

Authors: John Cartwright, Peter Elespuru, John LaRocque, Heather McCullough, Evan McQuinn, David Neufeld, Robert Prentice, Anju Shah, Ken Tanaka, Lisa Taylor, Richard Fozzard, Martin Aubrey

Version: 1.13.5+23

5 Delivery Details

Data Delivery Interface

Once the order state becomes NOTIFIED (or PICKED UP, in case the user picks up the order more than once), the status page will offer a link to download the order.

Behind the scenes there is a REST interface for downloading orders that will redirect to the delivery package on disk.

To pick up the order, send a GET request to

https://www.ngdc.noaa.gov/next-web/rest/orders/225/pickup
Replace "225" with your actual order ID.

If and order does not exist, a JSON response will be returned:

{"message": "Order 333 not found"}