Skip to main content

Get some basic general Order data

GET 

/statistics/:type/:guids

Get data directly from ElasticSearch.

Request

Path Parameters

    type stringrequired

    Possible values: [shop, event, company]

    The type to query.

    guids uuidrequired

    The guids of the type we want to process, seperated by slashes. i.e. just append guids as parameters.

Responses

All Orders directly from Elasticsearch.

Loading...