Retrieve OrdersCopy Pageget https://developers.yotpo.com/core/v3/stores/{store_id}/ordersRetrieve a list of all available orders.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsstore_idstringrequiredThe store ID (app_key).Query Paramsaccess_tokenstringrequiredYour Yotpo access token. Click here to learn how to generate onepage_infostringEncoded page info.limit (100)int32Defines how many results will be returned per page. Can be any number between 1 and 100.external_idsstringReturn only entities specified by a comma-separated (without spaces) list of external IDs. The argument must be URL encoded. Max 100 IDs. Can't come with page_info or limit.order_date_mindateShow orders created on or after this date. Can be used alone or with order_date_max. Format must be ISO 8601.order_date_maxdateShow orders created on or before this date. Can be used alone or with order_date_min. Format must be ISO 8601.Responses 200200 400400Updated 11 months ago