PosApp Open APIs
  1. Webhook
PosApp Open APIs
  • Tổng quan
  • Thẻ PosApp
    • Mã lỗi (error code)
    • API Idempotency
    • Nạp tiền vào thẻ
      POST
    • Kiểm tra trạng thái giao dịch
      POST
  • Thông tin khác
    • Digital Signature
  • Webhook
    • Tổng quan
    • Order Schema
    • Warehouse Import Schema
  • Sản phẩm
    • Tạo mới sản phẩm
      POST
    • Sửa một sản phẩm
      PATCH
    • Tồn kho sản phẩm
      POST
    • Cập nhật tên nhóm sản phẩm
      PATCH
  • Khuyến mãi
    • Đồng giá
      • Tạo khuyến mãi
      • Sửa khuyến mãi
    • Xóa khuyến mãi
      POST
  • Đăng ký tài khoản PosApp
    • Danh sách mô hình kinh doanh
      GET
    • Đăng ký tài khoản
      POST
    • Kiểm tra tài khoản PosApp
      GET
  • Báo cáo
  1. Webhook

Warehouse Import Schema

Mô tả dữ liệu
Webhook - Warehouse Import Schema

Dữ liệu mẫu
{
  "id": "17278336167421651570685368242",
  "shop_id": 1570685368,
  "shop_name": "DE Shop",
  "facility_id": 1374,
  "facility_name": "Kho Hồ Chí Minh",
  "transaction_with_id": 16325,
  "transaction_with_name": "PG Company",
  "code": "PNK0001576",
  "created_at": "2024-10-02T01:45:51.000000Z",
  "total": 345000,
  "paid_total": null,
  "note": null,
  "status": 0,
  "discount_price": 34500,
  "discount_percent": 10,
  "surcharge_price": 17250,
  "surcharge_percent": 5,
  "tax_price": 19665,
  "tax_percent": 6,
  "shipping": 25000,
  "items": [
    {
      "id": "17278336175361570685368248",
      "product_id": 1120546,
      "product_name": "Túi Tote",
      "product_code": "SP0001833",
      "product_price": 15000,
      "quantity": 23,
      "unit_id": 117843,
      "unit_name": "L",
      "primary_unit_convert": 1000,
      "total": 345000,
      "note": null,
      "status": 0,
      "sku_ids": null,
      "serial_number": null,
      "cost_price": null,
      "cost_price_after_import": 15.1890243902
    }
  ]
}
Modified at 2025-06-27 08:04:31
Previous
Order Schema
Next
Tạo mới sản phẩm
Built with