reportingservice.egretail-test.cloud Open in urlscan Pro
2606:4700::6812:1d77  Public Scan

Submitted URL: https://reportingservice.egretail-test.cloud/
Effective URL: https://reportingservice.egretail-test.cloud/index.html
Submission: On July 05 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
      <option value="/swagger/1.0.0/swagger.json">Reporting Service</option>
      <option value="https://reportingservice.egretail-test.cloud/swagger/file-integration-import/swagger.json">File-import documentation</option>
      <option value="https://reportingservice.egretail-test.cloud/swagger/file-integration-export/swagger.json">File-export documentation</option>
    </select></label></form>

Text Content

Select a definitionReporting ServiceFile-import documentationFile-export
documentation


REPORTING SERVICE

 1.4.5 

OAS3

/swagger/1.0.0/swagger.json

The Reporting Service provides methods that fetch data from different Reporting
data sources. The service communicates with on-premise services through Azure
Relay.



Provided endpoints:

 * Loyalty - a set of GET methods that request various statistics for loyalty
   club (including sales statistics),
 * Order - a set of GET methods that request various statistics for customer
   orders,
 * Promotion - a set of GET methods that request sales statistics for
   promotions,
 * Sales - a set of GET methods that request various sales statistics for
   different dimensions (e.g. items, stores).


AUTHENTICATION

Reporting Service uses Azure AD with certificates for authentication. Please
read the authentication documentation for further details and examples.

Authentication documentation


CHANGE LOG

 * 1.0
   * 1.0.0
     * Orders endpoint
   * 1.0.1
     * Compatibility handling
 * 1.1
   * 1.1.0
     * New Sales endpoint with 2 methods
   * 1.1.1
     * New method in Sales endpoint: salesStatisticsPerEanForMultipleStores
 * 1.2
   * 1.2.0
     * New Promotion endpoint with 3 methods
   * 1.2.1
     * New definition of fill rate; methods affected: orderFillRate,
       orderFillRatePerStore, orderFillRate/history, orderFillRateDetails.
   * 1.2.2
     * New methods in Order endpoint: orderUpsale, orderUpsale/history
     * OrderStatistics extended with new fields: deletedOrders, paidOrders,
       deletedOrderQuantity, paidOrderQuantity, deletedOrderAmount,
       paidOrderAmount, averagePickingTime
     * New common type: Item, with basic item attributes: ean, itemId,
       itemLongName, colorName, sizeName, brandName, itemGroupNo, itemGroupName;
       standalone ean becomes obsolete.
   * 1.2.2.1
     * Item type: Unknown attributes handling
 * 1.3
   * 1.3.0
     * New Loyalty endpoint with 5 methods
     * SalesStatistics extended with ReceiptCount field
   * 1.3.1
     * New method in Order endpoint: orderStatisticsPerStore
     * OrderStatistics extended with a new field: storeNumber
   * 1.3.2
     * New parameter for salesStatisticsPerEan and
       salesStatisticsPerEanForMultipleStores methods: IsMainEan
 * 1.4
   * 1.4.0
     * New definitions: File-import documentation and File-export documentation
     * New export contracts: Sales and StoreStatistics
   * 1.4.1
     * New methods in Sales endpoint: salesQuantitiesPerItem,
       salesStatisticsPerPeriod
     * New export contracts: Sales and StoreStatistics
   * 1.4.2
     * New app settings for Power BI deployment automation:
       PowerBiDeployerAppId, PowerBiDeployerAppSecret,
       PowerBiConfiguredWorkspaces
   * 1.4.3
     * New export contract: FlightSaleStatistics
     * New connection string settings for service database (DbConnectionString)
       and Azure Analysis Services database (AasConnectionString)
   * 1.4.4
     * New parameters in salesQuantitiesPerItem method
   * 1.4.5
     * New export contract: MemberFlightSaleStatistics




LOYALTY

GET/api/loyalty/memberStatistics
Basic loyalty club statistics for a given loyalty program.

GET/api/loyalty/memberTurnover
Member turnover (number of new and deleted members) in a given period, for a
given loyalty program.

GET/api/loyalty/memberAgeDistribution
Member age distribution (number of valid members per age) for a given loyalty
program.

GET/api/loyalty/memberSalesStatistics
Basic member sales statistics in a given period, for a given loyalty program,
filtered by a store (option), and with an option to exclude (a) store(s). NB!
The store filter applies to the transaction, not to a member home store.

GET/api/loyalty/memberWithSalesStatistics
Additional statistics for members with sales in a given period, for a given
loyalty program, filtered by a store (option), and with an option to exclude (a)
store(s). NB! The store filter applies to the transaction, not to a member home
store.



ORDERS

GET/api/orders/orderStatistics
Basic order statistics for the given time period (or the whole history if dates
are not supplied), filtered by delivery method and/or order type (optional).

GET/api/orders/orderStatisticsPerStore
Order statistics per store for the given time period (or the whole history if
dates are not supplied), filtered by order type (optional).

GET/api/orders/orderStatistics/history
Order statistics history (per day) for the given time period (or the whole
history if dates are not supplied), filtered by delivery method and/or order
type (optional).

GET/api/orders/orderLineStatistics
Basic order line statistics for the given time period (or the whole history if
dates are not supplied), filtered by picking store number and/or order type
(optional).

GET/api/orders/orderLineStatistics/history
Order line statistics history (per day) for the given time period (or the whole
history if dates are not supplied), filtered by picking store number and/or
order type (optional).

GET/api/orders/orderFillRate
Order fill rate and average picking time for the given time period and given
store, filtered by order type (optional). Returns aggregated fill rate for all
stores/the whole history if store/dates are not supplied.

GET/api/orders/orderFillRatePerStore
Order fill rate and average picking time per store for the given time period (or
the whole history if dates are not supplied), filtered by order type (optional).

GET/api/orders/orderFillRate/history
Order fill rate and average picking time history (per day) for the given time
period (or the whole history if dates are not supplied), filtered by order type
and/or store (optional).

GET/api/orders/orderSla
Order SLA for the given time period (or the whole history if dates are not
supplied), filtered by delivery method and/or order type (optional).

GET/api/orders/orderSla/history
Order SLA history (per day) for the given time period (or the whole history if
dates are not supplied), filtered by delivery method and/or order type
(optional).

GET/api/orders/orderSlaPerDeliveryMethod
Order SLA per delivery method for the given time period (or the whole history if
dates are not supplied), filtered by order type (optional)

GET/api/orders/orderFillRateDetails
Order fill rate and average picking time per store (with details per delivery
method) for the given time period (or the whole history if dates are not
supplied), filtered by order type (optional).

GET/api/orders/orderUpsale
Order upsale statistics for the given time period (or the whole history if dates
are not supplied), filtered by delivery method and/or order type (optional).

GET/api/orders/orderUpsale/history
Order upsale statistics history (per day) for the given time period (or the
whole history if dates are not supplied), filtered by delivery method and/or
order type (optional).



PROMOTION

GET/api/promotion/promotionStatistics
Promotion/offer statistics for the given time period (optional), filtered by
store (optional) and EAN (optional).

GET/api/promotion/promotionBestsellers
Top count promotion/offer bestsellers' statistics by given measure for the given
time period (optional), filtered by store (optional).

GET/api/promotion/promotionItemSales
Promotion/offer item sales statistics for the given time period (optional),
filtered by store (optional).



SALES

GET/api/sales/salesStatistics
Basic sales statistics for the given time period, filtered by store (optional).

GET/api/sales/salesStatisticsPerEan
Basic sales statistics for the given time period, filtered by store and EANs.

GET/api/sales/salesStatisticsPerEanForMultipleStores
Basic sales statistics for the given time period, filtered by store(s)
(optional) and EANs.

GET/api/sales/salesQuantitiesPerItem
Sales quantities for various time periods, filtered by store(s) (optional) and
GTINs.

GET/api/sales/salesStatisticsPerPeriod
Sales statistics per selected time period.


SCHEMAS

DeliveryMethodFillRate
Item
MemberAgeDistribution
MemberStatistics
MemberTurnover
MemberWithSalesStatistics
OrderFillRate
OrderFillRateDetails
OrderFillRateHistory
OrderLineStatistics
OrderLineStatisticsHistory
OrderSla
OrderSlaHistory
OrderStatistics
OrderStatisticsHistory
OrderUpsale
OrderUpsaleHistory
PeriodType
SalesQuantityForItem
SalesQuantityFrorItemResponseType
SalesStatistics
SalesStatisticsForEan
SalesStatisticsForPeriod
SubscriptionChannelStatistics
TimePeriod