> ## Documentation Index
> Fetch the complete documentation index at: https://secdocs.asikoexpress.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wholesale account overview: lifetime order total and next delivery slot



## OpenAPI

````yaml /openapi/order-service.json get /v1/orders/wholesale/overview
openapi: 3.0.0
info:
  title: Asiko Order Service
  description: Cart, checkout, order lifecycle
  version: '1.0'
  contact: {}
servers:
  - url: https://asikodevapi.candourit.io
    description: Production (via api-gateway)
  - url: http://localhost:3000
    description: Local development (via api-gateway)
security: []
tags:
  - name: orders
    description: ''
  - name: cart
    description: ''
paths:
  /v1/orders/wholesale/overview:
    get:
      tags:
        - orders
      summary: 'Wholesale account overview: lifetime order total and next delivery slot'
      operationId: OrdersController_getWholesaleOverview
      parameters: []
      responses:
        '200':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````