Added

Read order status by Loop order ID endpoint now available

A new Admin API endpoint is now available to retrieve the current processing status of an order using its Loop internal order ID. This helps merchants track order processing state without relying on webhooks or additional order lookups.


What's New?

The Read order status by Loop order ID endpoint returns the latest processing status for a given Loop order. This can be used to verify whether an order has been successfully processed or to monitor orders that are still pending or have encountered failures.

The endpoint supports the following order statuses:

  • PROCESSED - The order has been successfully processed.
  • UNPROCESSED - The order is yet to be processed.
  • PROCESSING - The order is currently being processed.
  • FAILED - Order processing failed and may be retried based on the retry policy.
  • FAILED_NO_RETRY - Order processing failed and will not be retried.
  • SKIPPED - The order has been skipped.

Things to remember

  • This endpoint is available under the Admin API and requires the Read orders token scope.
  • This endpoint follows the global rate limit pool of 10 requests per second per domain.

Learn more about the API endpoint: Link