Lấy thông tin cân đo của đơn hàng TNSL

Domain Path: https://tikinowapi.tiki.vn/business URL: https://tikinowapi.tiki.vn/business/v1/get-extra-sku?seller_id={seller_id}&order_code={order_code} Params: seller_id: Seller ID trên hệ thống TNSL. order_code: Mã đơn hàng trên hệ thống TNSL. CURL example Response Thành công Lỗi Mô tả Thành công trả về: success là true, lỗi thì success là false kèm theo error. Data trả về Field Mô tả sku Mã SKU của sản […]

Get Stock Transfer Detail

Chi tiết phiếu luân chuyển theo mã ST trên hệ thống TNSL. 1. API endpoint https://tikinowapi.tiki.vn/business/v1/stock-transfer/{code} 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house hoặc token từ TikiNOW Center, Seller Center. 3. CURL Example 4. Params Field Loại Mô tả code String Mã ST trên […]

List of Stock Transfer

Danh sách phiếu luân chuyển khách hàng đã tạo trên hệ thống 1. API endpoint https://tikinowapi.tiki.vn/business/v1/stock-transfer?next=0&limit=20 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house hoặc token từ TikiNOW Center, Seller Center. 3. CURL Example 4. Params Field Loại Mô tả limit Int Số lượng phiếu […]

Create Stock Transfer

API tạo mới 1 phiếu luân chuyển (ST) 1. API endpoint https://tikinowapi.tiki.vn/business/v1/stock-transfer 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house hoặc token từ TikiNOW Center, Seller Center. 3. CURL Example 4. Params Field Loại Bắt buộc Mô tả ref_code String No Mã luân chuyển của […]

Check Stock Transfer

API kiểm tra tính hợp lệ của danh sách SKU trước khi tạo phiếu luân chuyển (ST) 1. API endpoint https://tikinowapi.tiki.vn/business/v1/stock-transfer/check 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house hoặc token từ TikiNOW Center, Seller Center. 3. CURL Example 4. Params Field Loại Bắt buộc […]

Get Stock Transfer Estimate Fee

API trả về phí luân chuyển (ST) tạm tính, phí được tính theo bảng giá ST đã ký với khách hàng. 1. API endpoint 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house hoặc token từ TikiNOW Center, Seller Center. 3. CURL Example 4. Params Field […]

Get est return fee (Phí thu hồi hàng tạm tính)

API trả về phí thu hồi đơn hàng tạm tính (Đơn hàng được thu hồi bởi TNSL) Lưu ý: Phí thu hồi hàng chỉ tạm tính được đối với đơn hàng đã giao hàng thành công, và phương thức thu hồi là TNSL thu hồi. 1. API endpoint https://tikinowapi.tiki.vn/business/v1/formula-return-fee 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token […]

Get TNSL fee (Phí sử dụng dịch vụ của TNSL)

API trả về phí xử lý đơn hàng, phí nhập hàng, phí rút hàng …. Lưu ý: Chỉ get phí khi đơn hàng đã ở trạng thái cuối (Giao hàng thành công, Hủy, Trả hàng thành công). 1. API endpoint https://tikinowapi.tiki.vn/business/v1/fee-detail 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ […]

Get TNSL Inventory Fee (Phí lưu kho TNSL)

Lấy phí lưu kho TNSL theo SKU và ngày Lưu ý: Phí lưu kho sẽ tính hàng ngày nên chỉ get 1 lần/ngày và thời gian trả dữ liệu không quá 30 ngày. 1. API endpoint https://tikinowapi.tiki.vn/business/v1/inventory-fee 2. Header request Content-Type: application/json Authorization: Bearer + access_token: access_token lấy từ API get token, hoặc login từ app public, app in-house […]

FBT estimate order fee

Get FBT estimate order fee and time to delivery. 1. API endpoint https://tikinowapi.tiki.vn/business/v1/fbt-quotes 2. Header request Content-Type: application/json Authorization: Bearer + token: token get from API get token or login into public app, in-house app or token from Seller Center. 3. CURL Example 4. Payload Field Type Mandatory Description is_fulfillment_only Bool Yes – false: E2E order– true: FFO order […]