Tourwell Open APIs
  1. v1
Tourwell Open APIs
  • Tổng quan
  • Hướng dẫn xác thực
  • API Beta 1.0
  • API Zalo Mini App (Beta)
  • Khách hàng
    • v1
      • Get by id
      • Get all customer
      • Create customer
      • Update customer
      • Get order history
  • Đơn hàng
    • v1
      • Get by id
      • Get all order
      • Create order tour
      • Create order product
      • Create order hotel
      • Create order flight
      • Confirm payment order
  • Sản phẩm
    • v1
      • Create product
        POST
      • Get by id
        GET
      • Calendar pricing
        GET
      • Get all product
        GET
  • Lịch khởi hành
  • Lead (Cơ hội)
    • v1
      • Get all lead
      • Get by id
      • Create lead
      • Update lead
  • Khách sạn
    • v1
      • Get all hotel
      • Get by id
  • Kế toán
    • Phiếu thu
      • v1
        • Get all receipt
        • Create receipt
    • Phiếu chi
      • v1
        • Get all payment
        • Confirm Payment
    • Hóa đơn
      • Update invoice
      • Issue Invoice
      • Get by id
      • Cancel invoice
  • Cấu hình
    • Zalo ZNS
      • Danh sách Tag
      • Get token
    • Địa điểm
      • Search
    • Nhân sự nội bộ
      • Search
    • Webhook
      • Hướng dẫn cài đặt
    • Trạng thái khách hàng
      • Get All
    • Loại dịch vụ
    • Mã sân bay
      • Get All Airport
  • Hướng dẫn tích hợp
    • Hướng dẫn tích hợp thanh toán trực tuyến qua Website và Tourwell
    • Hướng dẫn tích hợp thanh toán trực tuyến qua Website, Cổng thanh toán và Tourwell
  1. v1

Get all product

GET
/api/v1/products

Request

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

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.tourwell.net/api/v1/products' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Body

Example
{
    "data": [
        {
            "id": 34,
            "code": null,
            "name": "Hàn quốc BUSAN – SEOUL Cao cấp 5N6Đ",
            "slug": "han-quoc-busan-seoul-cao-cap-5n6d",
            "url": null,
            "active": 1,
            "hot": 0,
            "star": 0,
            "avatar": "/img/no-image.jpg",
            "pricing": {
                "original_price": "2,500,000",
                "sale_price": 0,
                "discount": {
                    "amount": "2,500,000",
                    "unit": "vnd"
                }
            },
            "market": "Nội địa",
            "type": "Tour trọn gói",
            "duration": "3 Ngày 2 Đêm",
            "trip_title": "Hà Nội - Hàn Quốc",
            "weekly_depart": null,
            "created_at": "2023-09-14 19:12:21",
            "updated_at": "2023-09-14 19:12:21",
            "policies": {
                "included": "",
                "not_included": "",
                "change_policy": "",
                "surcharge_policy": "",
                "children_policy": "",
                "special_note": ""
            },
            "schedules": [
                {
                    "title": "Ngày 1",
                    "content": ""
                },
                {
                    "title": "Ngày 2",
                    "content": ""
                },
                {
                    "title": "Ngày 3",
                    "content": ""
                }
            ],
            "description": "",
            "packages": [
                {
                    "id": 49,
                    "name": "Mặc định",
                    "description": null,
                    "pricing": {
                        "original_price": "2,500,000",
                        "sale_price": 0,
                        "discount": {
                            "amount": "2,500,000",
                            "unit": "vnd"
                        }
                    }
                }
            ]
        }
    ],
    "links": {
        "first": "http://tour.upwell.test/api/v1/products?page=1",
        "last": "http://tour.upwell.test/api/v1/products?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Trước",
                "active": false
            },
            {
                "url": "http://tour.upwell.test/api/v1/products?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Sau &raquo;",
                "active": false
            }
        ],
        "path": "http://tour.upwell.test/api/v1/products",
        "per_page": 25,
        "to": 1,
        "total": 1
    }
}
Modified at 2025-09-21 23:47:29
Previous
Calendar pricing
Next
Get all lead
Built with