Skip to content

Instantly share code, notes, and snippets.

@amandasaffer
Created March 2, 2018 06:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amandasaffer/f57aee500057ba57aa1656817337876c to your computer and use it in GitHub Desktop.
Save amandasaffer/f57aee500057ba57aa1656817337876c to your computer and use it in GitHub Desktop.
Some Shopify snippets

You can lookup orders belonging to a customer with the following call:

GET /admin/orders.json?customer_id=207119551

You can retrieve the ID from the search.json endpoint

GET /admin/customers/search.json?query=email:name@hostmail.com&fields=id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment