1. ORDER
Pai Shop
  • AUTH
    • register
      POST
    • login
      POST
    • profile info after login
      GET
    • logout
      POST
    • forgot password
      POST
    • reset password
      POST
  • PRODUCT
    • all product
      GET
    • product by slug
      GET
    • add product (admin)
      POST
    • add product image by id (admin)
      POST
    • update product by id (admin)
      PATCH
    • soft delete product by id (admin)
      DELETE
    • hard delete product by id (admin)
      DELETE
    • all trash (admin)
      GET
    • trash by id (admin)
      GET
    • restore trash (admin)
      PATCH
    • Sort by Price: Low to High
      GET
    • Sort by Name: A-Z
      GET
    • Find products within the price range of Rp 500,000 to Rp 1,500,000
      GET
    • Lowest price in a specific category and range
      GET
  • ORDER
    • stats order (admin)
      GET
    • all orders (admin)
      GET
    • orders history
      GET
    • orders history by orderNumber
      GET
    • add order
      POST
    • web hook (admin)
      POST
    • cancel order by id
      PATCH
    • update order status (admin)
      PATCH
    • soft delete orders (admin)
      DELETE
    • hard delete orders (admin)
      DELETE
    • all trash (admin)
      GET
    • trash by id (admin)
      GET
    • restore trash (admin)
      PATCH
    • Order History by status
      GET
    • orders by id (admin)
      GET
  • PROFILE
    • user profile
    • add address
    • update profile
    • update default address by id
    • hard delete address
  • USER
    • all users (admin)
    • detail user by id (admin)
    • edit user role by id (admin)
    • soft delete users (admin)
    • hard delete users (admin)
    • all trash (admin)
    • trash by id (admin)
    • restore trash (admin)
  • CATEGORY
    • all categories
    • categories by id
    • add categories (admin)
    • update categories by id (admin)
    • soft delete categories by id (admin)
    • hard delete categories by id (admin)
    • all trash categories (admin)
    • trash categories by id (admin)
    • restore trash categories by id (admin)
  • FAVORITE
    • all fav product
    • add/unadd fav product
  • HERO
    • hero banner stats
  • FAQ
    • all faqs for public
    • all faqs (admin)
    • faq by id
    • add faqs (admin)
    • edit faq by id
    • hard delete faq by id
  • COMPANY-CONTACT
    • company-contact info
    • edit company-contact
  1. ORDER

Order History by status

Developing
GET
/orders/history

Request

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/orders/history?page=1&status=FAILED'
Response Response Example
{
    "summary": {
        "totalOrders": 6,
        "totalSpent": 6540000,
        "delivered": 0,
        "inProgress": 3,
        "pending": 0,
        "paid": 3,
        "processing": 0,
        "shipped": 0,
        "canceled": 3
    },
    "data": [
        {
            "id": "39c0d98a-19a7-4d21-aebb-934d1f16db00",
            "orderNumber": "#0902-20260309-1EFB-006",
            "totalAmount": "85000.00",
            "status": "FAILED",
            "items": [
                {
                    "id": "7c876dc6-34d8-486f-9843-58d93ce6e8ca",
                    "quantity": 1,
                    "price": "85000.00",
                    "product": {
                        "id": "e87a86ed-f1bf-4e6c-b1e7-0cc5128fe8cc",
                        "name": "Nordic Ceramic Coffee Mug",
                        "description": "A handcrafted, matte-finish ceramic mug. Holds 350ml of your favorite hot beverage and is microwave-safe.",
                        "price": "85000.00",
                        "stock": 197,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203549/pai_shop_ecommerce_products/iaekg1v95bz4y4igyejz.jpg",
                        "createdAt": "2026-02-27T14:45:48.457Z",
                        "updatedAt": "2026-03-09T09:02:23.838Z",
                        "deletedAt": null,
                        "slug": "nordic-ceramic-coffee-mug-u6im"
                    },
                    "productSnapshot": {
                        "id": "e87a86ed-f1bf-4e6c-b1e7-0cc5128fe8cc",
                        "name": "Nordic Ceramic Coffee Mug",
                        "price": 85000,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203549/pai_shop_ecommerce_products/iaekg1v95bz4y4igyejz.jpg",
                        "description": "A handcrafted, matte-finish ceramic mug. Holds 350ml of your favorite hot beverage and is microwave-safe."
                    },
                    "createdAt": "2026-03-09T09:02:23.838Z",
                    "updatedAt": "2026-03-09T09:02:23.838Z"
                }
            ],
            "note": null,
            "shippingAddressSnapshot": {
                "city": "Jakarta",
                "phone": "081234567890",
                "postal_code": "76543",
                "full_address": "Jl. Mawar No. 15, RT 01 RW 02",
                "recipient_name": "Elga (Rumah)"
            },
            "snapToken": "f35518a4-66f5-4c57-98e7-88c3bb3dbb39",
            "snapRedirectUrl": "https://app.sandbox.midtrans.com/snap/v4/redirection/f35518a4-66f5-4c57-98e7-88c3bb3dbb39",
            "createdAt": "2026-03-09T09:02:23.838Z",
            "updatedAt": "2026-03-09T09:05:00.015Z",
            "deletedAt": null
        },
        {
            "id": "5c29ec9f-2e3b-46cc-b280-19a386e8966d",
            "orderNumber": "#0827-20260309-B5FC-005",
            "totalAmount": "185000.00",
            "status": "FAILED",
            "items": [
                {
                    "id": "4777f858-50bf-4e56-8745-660edd728066",
                    "quantity": 1,
                    "price": "185000.00",
                    "product": {
                        "id": "7750745c-96bc-4428-9923-dc345a0b4893",
                        "name": "Luminous Vitamin C Serum",
                        "description": "A hydrating and brightening face serum packed with 15% Vitamin C and hyaluronic acid to give your skin a natural glow.",
                        "price": "185000.00",
                        "stock": 70,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203591/pai_shop_ecommerce_products/rfqnqpshoy11kfycx55o.png",
                        "createdAt": "2026-02-27T14:46:29.288Z",
                        "updatedAt": "2026-03-09T08:59:40.324Z",
                        "deletedAt": null,
                        "slug": "luminous-vitamin-c-serum-n1mb"
                    },
                    "productSnapshot": {
                        "id": "7750745c-96bc-4428-9923-dc345a0b4893",
                        "name": "Luminous Vitamin C Serum",
                        "price": 185000,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203591/pai_shop_ecommerce_products/rfqnqpshoy11kfycx55o.png",
                        "description": "A hydrating and brightening face serum packed with 15% Vitamin C and hyaluronic acid to give your skin a natural glow."
                    },
                    "createdAt": "2026-03-09T08:27:28.437Z",
                    "updatedAt": "2026-03-09T08:27:28.437Z"
                }
            ],
            "note": null,
            "shippingAddressSnapshot": {
                "city": "Jakarta",
                "phone": "081234567890",
                "postal_code": "76543",
                "full_address": "Jl. Mawar No. 15, RT 01 RW 02",
                "recipient_name": "Elga (Rumah)"
            },
            "snapToken": "b58a2e32-1409-4ebf-afb4-eb02639988b4",
            "snapRedirectUrl": "https://app.sandbox.midtrans.com/snap/v4/redirection/b58a2e32-1409-4ebf-afb4-eb02639988b4",
            "createdAt": "2026-03-09T08:27:28.437Z",
            "updatedAt": "2026-03-09T08:59:40.324Z",
            "deletedAt": null
        },
        {
            "id": "1b29a860-6d04-46cf-a23c-0cdfe9cb795c",
            "orderNumber": "#0824-20260309-CB89-004",
            "totalAmount": "2400000.00",
            "status": "FAILED",
            "items": [
                {
                    "id": "4a47b980-a3bf-49d9-9e92-90908ff68c87",
                    "quantity": 2,
                    "price": "1200000.00",
                    "product": {
                        "id": "4bf641dd-181d-4bad-b8ff-77ed303adccb",
                        "name": "Apex Mechanical Keyboard",
                        "description": "Tenkeyless mechanical keyboard with tactile brown switches, customizable RGB backlighting, and a sleek aluminum frame.",
                        "price": "1200000.00",
                        "stock": 29,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203436/pai_shop_ecommerce_products/v9oku7yqwctgcoqliulc.png",
                        "createdAt": "2026-02-27T14:43:53.932Z",
                        "updatedAt": "2026-03-09T08:26:58.685Z",
                        "deletedAt": null,
                        "slug": "apex-mechanical-keyboard-cwsp"
                    },
                    "productSnapshot": {
                        "id": "4bf641dd-181d-4bad-b8ff-77ed303adccb",
                        "name": "Apex Mechanical Keyboard",
                        "price": 1200000,
                        "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203436/pai_shop_ecommerce_products/v9oku7yqwctgcoqliulc.png",
                        "description": "Tenkeyless mechanical keyboard with tactile brown switches, customizable RGB backlighting, and a sleek aluminum frame."
                    },
                    "createdAt": "2026-03-09T08:24:49.397Z",
                    "updatedAt": "2026-03-09T08:24:49.397Z"
                }
            ],
            "note": null,
            "shippingAddressSnapshot": {
                "city": "Jakarta",
                "phone": "081234567890",
                "postal_code": "76543",
                "full_address": "Jl. Mawar No. 15, RT 01 RW 02",
                "recipient_name": "Elga (Rumah)"
            },
            "snapToken": "c4901934-84ef-407f-a226-b7f3a5eda251",
            "snapRedirectUrl": "https://app.sandbox.midtrans.com/snap/v4/redirection/c4901934-84ef-407f-a226-b7f3a5eda251",
            "createdAt": "2026-03-09T08:24:49.397Z",
            "updatedAt": "2026-03-09T08:26:58.685Z",
            "deletedAt": null
        }
    ]
}
Modified at 2026-03-09 09:30:57
Previous
restore trash (admin)
Next
orders by id (admin)
Built with