Retrieve ordersAsk AIget https://api.yotpo.com/core/v3/stores/{store_id}/ordersRetrieves a list of orders for your Yotpo store.Path Paramsstore_idstringrequiredThe store ID (app_key).Query Paramspage_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 about 1 month ago