1. PRODUCT
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. PRODUCT

all product

Developing
GET
/products

Request

Query Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/products?page=1&limit=10&search=' \
--header 'Content-Type: application/json' \
--data '{}'
Response Response Example
{
    "data": [
        {
            "id": "0e47a74b-4918-4e76-9816-a8251f330d9a",
            "name": "The Daily Productivity Planner",
            "description": "A 6-month undated planner designed to help you organize tasks, track habits, and achieve your goals. Hardcover with premium 100gsm paper.",
            "price": "120000.00",
            "stock": 143,
            "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203633/pai_shop_ecommerce_products/aoc3wlybtvupb1loyvsx.jpg",
            "createdAt": "2026-02-27T14:47:11.696Z",
            "updatedAt": "2026-03-04T23:33:45.384Z",
            "deletedAt": null,
            "category": {
                "id": "c16cdc3b-f935-44e9-ac81-dc0260114bd2",
                "name": "Books & Stationery"
            },
            "slug": "the-daily-productivity-planner-xotk",
            "isLiked": false
        },
        {
            "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": 71,
            "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-04T23:33:45.384Z",
            "deletedAt": null,
            "category": {
                "id": "337cb55c-cbc7-4aec-a1be-ca328f9f67b6",
                "name": "Health & Beauty"
            },
            "slug": "luminous-vitamin-c-serum-n1mb",
            "isLiked": false
        },
        {
            "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": 199,
            "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-04T23:33:45.384Z",
            "deletedAt": null,
            "category": {
                "id": "e830d0ba-98f6-45bc-8a9b-443ec734ad99",
                "name": "Home & Lifestyle"
            },
            "slug": "nordic-ceramic-coffee-mug-u6im",
            "isLiked": false
        },
        {
            "id": "96212179-af3a-41e0-af8f-e84fbd19a572",
            "name": "Classic Vintage Denim Jacket",
            "description": "A timeless blue denim jacket made from 100% organic cotton. Features a relaxed fit and multiple pockets.",
            "price": "450000.00",
            "stock": 98,
            "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203497/pai_shop_ecommerce_products/n7m0kxaxbbdcu0obxh12.jpg",
            "createdAt": "2026-02-27T14:44:55.281Z",
            "updatedAt": "2026-03-01T05:38:41.863Z",
            "deletedAt": null,
            "category": {
                "id": "1a153fce-bb07-4673-90be-cbc7a3e376a3",
                "name": "Apparel & Fashion"
            },
            "slug": "classic-vintage-denim-jacket-o4fl",
            "isLiked": false
        },
        {
            "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-02-27T15:54:00.886Z",
            "deletedAt": null,
            "category": {
                "id": "97357965-19bd-4188-b8ed-572ca03e55c6",
                "name": "Electronics"
            },
            "slug": "apex-mechanical-keyboard-cwsp",
            "isLiked": false
        },
        {
            "id": "98931b01-0dbe-4cba-a59c-07ba4a37e3ca",
            "name": "Quantum Pro Wireless Earbuds",
            "description": "Active noise-canceling wireless earbuds with 24-hour battery life, deep bass, and water resistance. Perfect for workouts and commuting.",
            "price": "850000.00",
            "stock": 44,
            "imageUrl": "https://res.cloudinary.com/dloemkmnu/image/upload/v1772203377/pai_shop_ecommerce_products/fi6yw1avrdnymkylist3.png",
            "createdAt": "2026-02-27T14:42:56.190Z",
            "updatedAt": "2026-02-27T15:54:00.886Z",
            "deletedAt": null,
            "category": {
                "id": "97357965-19bd-4188-b8ed-572ca03e55c6",
                "name": "Electronics"
            },
            "slug": "quantum-pro-wireless-earbuds-la50",
            "isLiked": false
        }
    ],
    "meta": {
        "totalItems": 6,
        "itemCount": 6,
        "itemsPerPage": 10,
        "totalPages": 1,
        "currentPage": 1
    }
}
Modified at 2026-02-25 10:10:10
Previous
reset password
Next
product by slug
Built with