Chuyển tới nội dung chính

Chi tiết đơn hàng

Lấy chi tiết đơn hàng

HTTP Request

[GET] /api/v6/sale_orders/{id}

Query Parameters

Fields

FieldsTypeDescription
idintegerĐịnh danh
order_codestringMã đơn hàng
real_amountnumericTổng tiền đơn hàng
f_amountnumericTổng tiền đã thanh toán
discountnumericGiảm giá phần trăm
discount_amountnumericGiảm giá tiền mặt
vat_amountnumericVAT tiền mặt
account_idintegerĐịnh danh khách hàng
account_codestringMã khách hàng
account_emailstringEmail khách hàng
account_phonenumericSố điện thoại khách hàng
account_addressstringĐịa chỉ khách hàng
contact_namestringTên liên hệ
contact_phonestringSố điện thoại liên hệ
contact_emailstringEmail liên hệ
order_datestringNgày đặt hàng định dạng (Y-m-d)
created_atstringNgày tạo định dạng (Y-m-d H:i:s)
updated_atstringNgày sửa định dạng (Y-m-d H:i:s)
statusintegerTrạng thái
status_labelstringTên trạng thái
store_idintegerĐịnh danh kho
assigned_userintegerNgười thực hiện
assigned_user_namestringTên người thực hiện
order_detailsarrayThông tin sản phẩm trong đơn hàng
order_details.*.product_idintegerĐịnh danh sản phẩm
order_details.*.product_codestringMã sản phẩm
order_details.*.product_namestringTên sản phẩm
order_details.*.notestringMô tả sản phẩm
order_details.*.product_sale_offnumericGiảm giá sản phẩm
order_details.*.cash_discountnumericGiảm giá tiền mặt
order_details.*.pricenumericGiá sản phẩm
order_details.*.quantitynumericSố lượng sản phẩm
order_details.*.vatnumericVat sản phẩm (%)
order_details.*.vat_amountnumericVat sản phẩm (cash)
custom_fieldsobjectThông tin định nghĩa dữ liệu

Example

HTTP Request

GET api/v6/sale_orders/4?fields=product_name HTTP/1.1
Host: example.getflycrm.com
Authorization: Bearer token

Status

200 OK

Response

{
"id": 4,
"order_code": "ORDER_CODE"
}