Mobile - InWan
  1. Product
Mobile - InWan
  • 🐶 Walk through Apidog
  • CMS
    • V1
      • Video
        • GET - LIST Videos
        • POST - Videos
        • Featured Video
        • POST - Featured Videos
      • Auth
        • Login
        • Logout
        • Firebase Token
      • Profile
        • Profile
      • Customer
        • Address
          • List
          • Update
        • Point History
          • List
        • Referral
          • Update Referral
          • List HIstory
        • Summary
        • Statistic
        • List
        • Show
        • Update
        • Change Password
      • Admin
        • List
        • Create
        • Show
        • Update
        • Change password
        • Delete
      • Event
        • Update
        • Show
      • Product
        • Category
          • List
          • Create
          • Show
          • Update
          • Delete
          • Subcategory list
          • Order position
        • Variant
          • Toggle Product Variant Status
        • Review
          • List
          • Reply
          • Delete Reply
        • Sync Stock
          • Check
          • Bulk Update
        • Bulk Create
          • Check
          • Bulk Create
        • List
        • Create
        • Toggle Product Status
        • Show
        • Update
        • Delete
        • Summary
        • Top sales
      • News
        • List
        • Create
        • Show
        • Update
        • Delete
        • Broadcast
      • Promo
        • List
        • Create
        • Show
        • Update
        • Delete
        • Referral
      • Home
        • Banner
          • List
          • Create
          • Delete
          • Sort
        • Popup Banner
          • GET - LIST PopBanner
          • POST - PopBanner
          • DELETE - PopBanner
        • Featured Product
          • List
          • Create
          • Delete
          • Sort
        • Featured Category
          • List
          • Create
          • Delete
          • Sort
      • Setting
        • List
        • Update
      • Order
        • List
        • Detail
        • Update
        • Update payment status
        • Change shipping price
        • Update shipping fee
        • Statistic
        • Summary weekly report
        • Invoice
      • Chat
        • Messages
        • Send
        • Read Message
        • GET - Messages Copy
        • Room
        • Create Room
        • Notification Unread
        • Pin Chat Room
      • Broadcast
        • List
        • Create
        • Update
        • Delete
        • Send
        • Detail
      • Fcm
        • Save
      • Report
        • List
        • Export
    • V2
      • Video
        • Index
        • Create
        • Update
        • Delete
        • Show
      • Chat
        • GET - Messages
        • Send
        • Room
      • Order
        • GET - List Order By Customer
        • Detail
        • GET - Order
        • GET - List order based on customer
        • Statistic
        • Update
        • Summary weekly report
      • Home
        • Featured Video
          • Index
          • Delete
          • Sort
          • Create
      • Customer
        • Point History
          • List
          • Add point
        • GET - Summary
        • GET - Summary Statistic
        • GET - LIST User Referal USAGE
        • GET - Summary Statistic
      • Report
        • Product
          • Click rate
            GET
          • Click rate Export
            GET
          • Add to cart
            GET
          • Add to chart Export
            GET
          • Ordered
            GET
          • Ordered export
            GET
        • GET - Export New Customer
          POST
      • Product
        • POST - CREATE Product
        • PATCH - UPDATE Product
      • Setting
        • List
        • Update
      • Dashboard
        • Product
          • Statistic
          • Most click
  • APP
    • V1
      • Auth
        • Login Basic
        • Login Social
        • Register
        • Check Phone
        • Reset Password
        • Firebase Token
      • Otp
        • Send
        • Verify
      • Banner
        • List
      • News
        • List
        • Detail
      • User
        • Address
          • List
          • Create
          • Update
          • Toggle primary
          • Delete
        • Voucher
          • List
          • Detail
          • History
          • Claim
        • Social Media
          • List
          • Bind
          • Unbind
        • Show profile
        • Logout
        • Update profile
        • Update profile (For first login with social media account)
        • Change password
        • Delete
        • List point history
        • Toggle Auto Use Point
        • Change Language
      • Event
        • Flashsale
      • Product
        • Category
          • List
          • List featured
          • List child
        • Review
          • List
          • Create
          • Toggle like
        • Flash sale Copy
        • List
        • Variant Options
        • Variant
        • Flash sale
        • Detail
        • Recommendation
        • Related
        • Autocomplete
        • Viewed
      • Cart
        • List
        • Create
        • Delete
      • Wishlist
        • List
        • Toggle
      • Order
        • Review
          • Unreviewed Order Item List
          • My Reviews
        • List
        • Detail
        • Confirmation
        • Payment methods
        • Create
        • Detail payment method
        • Show Detail payment method
        • Invoice
        • Finish order
        • Received
      • Chat
        • Messages
        • Send
        • Read Message
      • Fcm
        • Save
        • Test Notif
      • Notification
        • Notification History
        • Notification Unread Count
    • V2
      • Banner
        • GET - ACTIVE PopBanner
        • GET - List
      • Order
        • POST - Create
        • Cancel Order
        • Confirmation
        • GET - LIST Order
      • Video
        • GET - Featured Video
        • GET - LIST Video
        • GET - Video Detail
      • Voucher
        • List
        • Detail
        • History
        • Claim
      • Chat
        • GET - Messages
        • Send
      • Product
        • List
      • User
        • Address
          • GET - LIST Address
        • Social Media Copy
          • Bind Raw
          • List
          • Bind
          • Unbind
        • GET - LIST User Referal USAGE Copy
        • GET - Profile
      • Auth
        • Login social (without token)
  1. Product

Ordered export

Develop Env
https://dev-api.inwantaiwan.com
Develop Env
https://dev-api.inwantaiwan.com
GET
/api/cms/v1/report/product/ordered/export
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/report/product/ordered/export?date_range[0]&date_range[1]'
Response Response Example
{
    "data": [
        {
            "id": 209,
            "name": "Lab On Hair Hair Mask - Masker Rambut Lembut Anti Kusut Frizzy Hair Care Smooth with Keratin + Argan Oil changed",
            "sku": "23523523",
            "category": "Perawatan Rambut",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 15
                },
                {
                    "date": "May 2025",
                    "value": 12
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 221,
            "name": "Bayar Tagihan Listrik apa",
            "sku": "34632634",
            "category": "LISTRIK",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 8
                },
                {
                    "date": "May 2025",
                    "value": 10
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 290,
            "name": "Jam Tangan Bulat1",
            "sku": "19421",
            "category": "Powerbank",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 10
                },
                {
                    "date": "May 2025",
                    "value": 18
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 291,
            "name": "Jam Tangan Bulat1",
            "sku": "23042",
            "category": "Powerbank",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 9
                },
                {
                    "date": "May 2025",
                    "value": 2
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 292,
            "name": "Jam Tangan Bulat1",
            "sku": "435345",
            "category": "Powerbank",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 1
                },
                {
                    "date": "May 2025",
                    "value": 20
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 293,
            "name": "Jam Tangan Bulat1",
            "sku": "0294309",
            "category": "Powerbank",
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 3
                },
                {
                    "date": "May 2025",
                    "value": 6
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 381,
            "name": "MR.BROWN",
            "sku": "FBD0500",
            "category": null,
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 7
                },
                {
                    "date": "May 2025",
                    "value": 1
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 382,
            "name": "MILO",
            "sku": "FBD0550",
            "category": null,
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 18
                },
                {
                    "date": "May 2025",
                    "value": 13
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 383,
            "name": "BARISTA",
            "sku": "FBD0580",
            "category": null,
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 18
                },
                {
                    "date": "May 2025",
                    "value": 9
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        },
        {
            "id": 384,
            "name": "LARUTAN PENYEGAR",
            "sku": "FBD0620",
            "category": null,
            "reports": [
                {
                    "date": "March 2025",
                    "value": 0
                },
                {
                    "date": "April 2025",
                    "value": 5
                },
                {
                    "date": "May 2025",
                    "value": 10
                },
                {
                    "date": "June 2025",
                    "value": 0
                }
            ]
        }
    ],
    "links": {
        "first": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=1",
        "last": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=2",
        "prev": null,
        "next": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 2,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart?page=2",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "http://127.0.0.1:8080/api/cms/v1/report/product/add-to-cart",
        "per_page": 10,
        "to": 10,
        "total": 20
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

Modified at 2025-06-05 00:44:37
Previous
Ordered
Next
GET - Export New Customer
Built with