Skip to main content
April 25, 2019
Solved

Order Notification

  • April 25, 2019
  • 2 replies
  • 0 views

After I submit an order through API, do I get a notice about the ETA?
Upon the completion of my order, do I get a notification?

Best answer by API_User

You may also retrieve the status from the GET Order endpoint: https://developer.equinix.com/dev-docs/ecp/api-reference/orders-v2#get-orders-orderid

Possible values are:

  • RECEIVED - Order is entered, booked, or submitted in the system.
  • IN_PROGRESS - Order fulfillment is in progress, or order is in-between status change.
  • ON_HOLD - Order is on hold. Further action may be required from Equinix or customer before order can be fulfilled.
  • CLOSED - Order is fulfilled and closed.
  • CANCELLED - Order is cancelled.

2 replies

API_UserAuthor
January 10, 2022
Hi there,
Equinix currently do not provide information on order's ETA. Order notifications are being sent whenever there is an update on it's status. They can be accessed via Equinix Customer Portal (ECP)
API_UserAuthorAnswer
January 11, 2022

You may also retrieve the status from the GET Order endpoint: https://developer.equinix.com/dev-docs/ecp/api-reference/orders-v2#get-orders-orderid

Possible values are:

  • RECEIVED - Order is entered, booked, or submitted in the system.
  • IN_PROGRESS - Order fulfillment is in progress, or order is in-between status change.
  • ON_HOLD - Order is on hold. Further action may be required from Equinix or customer before order can be fulfilled.
  • CLOSED - Order is fulfilled and closed.
  • CANCELLED - Order is cancelled.