Salework Tài Liệu
Trang ChủCác sản phẩmLiên hệ trực tuyến
Bắt đầu sử dụng
Bắt đầu sử dụng
  • Bắt Đầu
  • Tài khoản & đăng nhập
    • Tạo tài khoản
    • Tổ chức kinh doanh
    • Tài khoản nhân viên
    • Phân quyền tài khoản nhân viên
  • Sản phẩm & Ứng dụng
    • Các sản phẩm Salework
    • App di động
    • Báo cáo nhanh
  • Hệ thống hỗ trợ
    • Hệ thống thông báo
    • Hệ thống Agency
    • Salework Open Api
      • Product Get List
      • Order Create 3rd Logistics
      • Order Create Self Logistics
      • Order Create In Store
      • Warehouse Import
      • Warehouse Export
      • Warehouse Return
      • Product Report
      • Merchant List
      • Debt Create
      • Gen QR
  • Hoá đơn và thanh toán
    • Nâng cấp gói dịch vụ
    • Hoá đơn dịch vụ
    • Ví Salework
  • Bảo mật
    • Chế độ bảo mật 2 lớp
    • Thay đổi thông tin tài khoản
  • Tiếp theo
    • Tiếp tục với Salework?
Powered by GitBook
On this page
  1. Hệ thống hỗ trợ
  2. Salework Open Api

Warehouse Export

POST : https://salework.net/api/open/stock/v1/warehouse/export

tạo phiếu xuất kho cho sản phẩm

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg

Request Body

{
    "common_info": {
        "note": "This is a note!",
        "warehouse_id": "warehouse_id"
    },
    "products_info": [
        {
            "code": "PRODUCT_CODE",
            "quantity": 1000
        }
    ]
}

Response Body

{
    "status": "success",
    "data": {}
}

Parameters

Parameter
Type
Required
Note

common_info

object

yes

note

string

no

warehouse_id

string

yes

products_info

object[]

yes

code

string

yes

quantity

number

yes

PreviousWarehouse ImportNextWarehouse Return

Last updated 2 years ago