---
title: >-
  Orders with the since_id parameter are now sorted by order ID - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/orders-with-the-since_id-parameter-are-now-sorted-by-order-id
  md: >-
    https://shopify.dev/changelog/orders-with-the-since_id-parameter-are-now-sorted-by-order-id.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2018-11-22T10:09:27-05:00'
  postedAt: '2017-09-18T09:57:00-04:00'
  updatedAt: '2024-02-02T10:04:52-05:00'
  effectiveAt: '2017-09-18T09:57:00-04:00'
---

September 18, 2017

Tags:

* API

# Orders with the since\_id parameter are now sorted by order ID

Prior to September 18, 2017, requests to GET /admin/orders.json including the `since_id` parameter would return a list of orders sorted by `created_at`. This would present problems when multiple orders were created within the same second, as results wouldn't dependably return in the same order on subsequent requests. Going forward, orders with the `since_id` parameter will correctly be sorted by order ID, even if the orders were processed at identical `created_at` times.
