Skip to content

Commit

Permalink
allow the use of fetching orders by ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Fraser committed Dec 6, 2016
1 parent cd33165 commit b19eb8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"summary" => "Retrieve a list of Orders (OPEN Orders by default, use status=any for ALL orders).",
"responseModel" => "defaultJsonResponse",
"parameters" => array(
"ids" => array(
"type" => "string",
"location" => "query",
"description" => "Shopify order ids to specifically fetch",
),
"limit" => array(
"type" => "number",
"location" => "query",
Expand Down

0 comments on commit b19eb8e

Please sign in to comment.