---
title: "Sales Report"
method: GET
path: "/reports/sales"
---

# Sales Report

`GET /reports/sales`

Retrieve detailed sales data and related store activity. This API allows merchants to integrate their ERP or inventory systems (e.g., SAP, Oracle, etc.) for automated reporting, reconciliation, and operational processing.

## Query parameters

- `fromDate` string
- `toDate` string
- `keyword` string
- `page` integer
- `perPage` integer

## Headers

- `Authorization` string

## Response `201`

201

- object
  - `status` boolean
  - `message` string
  - `data` object
    - `pagination` object
      - `current_page` integer
      - `last_page` integer
      - `per_page` integer
      - `from` integer
      - `to` integer
      - `total` integer
      - `path` string
      - `links` object[]
        - `url` unknown
        - `label` string
        - `active` boolean
    - `report` object[]
      - `order_id` string
      - `track_id` string
      - `transaction_id` string
      - `date` string
      - `customer` object
        - `name` string
        - `mobile` string
        - `email` string
      - `products` object[]
        - `name` string
        - `sku` string
        - `quantity` integer
        - `price` integer
        - `total` string
        - `variants` unknown
        - `tags` object[]
      - `address` object
        - `country` unknown
        - `area` unknown
        - `block` unknown
        - `street` unknown
        - `building` unknown
        - `floor` unknown
        - `apartment` unknown
        - `notes` unknown
      - `sub_total` string
      - `delivery_charges` string
      - `discount` string
      - `discount_code` unknown
      - `discount_code_amount` string
      - `grand_total` string
      - `currency` string
      - `amount_paid` string
      - `refunded_amount` unknown
      - `charges` string
      - `deposited` integer
      - `deposited_date` unknown

## Other responses

- `404` — 404
- `405` — 405

---

[API](https://skmtc.net/upayments/apis/sandbox-api-base-url.md) · [All operations](https://skmtc.net/upayments/apis/sandbox-api-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upayments/sandbox-api-base-url/versions/3975dc6fe479/schema)
