1. Events and Webhooks
Lingye Open API
  • Authentication
    • Login
      POST
    • Validate token
      POST
  • Organizations
    • List organizations
      POST
    • Create organization
      POST
    • Update organization
      POST
    • Delete organization
      POST
    • List personnel
      POST
    • Create personnel
      POST
    • Update personnel
      POST
    • Delete personnel
      POST
    • List back-office users
      POST
  • Product Catalog
    • List product categories
      POST
    • List products
      POST
    • Create, update, or delete product category
      POST
    • Create, update, or delete product
      POST
    • Delete product
      POST
  • Machines and Slots
    • List machines
      POST
    • Query slot inventory
      POST
    • Replenish or edit slot product
      POST
    • Replenish or edit slot product (same as openapi_saveRoad)
      POST
    • Query locker cell information
      POST
    • Save or update existing locker cell information
      POST
    • Open locker cell remotely
      POST
    • Trigger one-time RFID inventory
      POST
    • Update machine basic information
      POST
    • Query locker cell records
      POST
    • Query inventory change records
      POST
  • Orders
    • List orders
    • List borrow orders
  • Work Orders
    • Create or update material requisition work order
  • Events and Webhooks
    • Customer endpoint: pickup work order query
      POST
    • Customer endpoint: borrow/return work order query
      POST
    • Webhook: slot inventory change notification
      POST
    • Webhook: order status notification
      POST
    • Webhook: borrow order status notification
      POST
  • Not Public
    • MES integration reference (not public)
  • Reports
    • Vending machine operating report
    • Inventory change statistics
    • Inventory change statistics (lite)
  • Lathes
    • CNC
      • List lathes / CNC
      • Update lathe / CNC
  • 数据模型
    • OperationSuccess
  1. Events and Webhooks

Webhook: order status notification

POST
/_documentation/webhook-order-status
Documentation-only item. Lingye sends this form-encoded POST payload to the customer URL when order detail status changes.

请求参数

Body 参数application/x-www-form-urlencoded

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api.en.gdlykj.com/_documentation/webhook-order-status' \
--data-urlencode 'id=' \
--data-urlencode 'order_status=' \
--data-urlencode 'order_type=' \
--data-urlencode 'ono=' \
--data-urlencode 'jqcode=' \
--data-urlencode 'jqname=' \
--data-urlencode 'pname=' \
--data-urlencode 'cname=' \
--data-urlencode 'pcode=' \
--data-urlencode 'rno=' \
--data-urlencode 'return_no=' \
--data-urlencode 'return_box_id=' \
--data-urlencode 'return_box_code=' \
--data-urlencode 'realname=' \
--data-urlencode 'user_id=' \
--data-urlencode 'work_number=' \
--data-urlencode 'creat_time=' \
--data-urlencode 'organization_id=' \
--data-urlencode 'organization_name=' \
--data-urlencode 'order_receive_id=' \
--data-urlencode 'receive_goods_id=' \
--data-urlencode 'gdh=' \
--data-urlencode 'gdsl=' \
--data-urlencode 'proNumber=' \
--data-urlencode 'th=' \
--data-urlencode 'cpbm=' \
--data-urlencode 'v=' \
--data-urlencode 'sczs='

返回响应

🟢200
See endpoint description for details.
该响应没有 Body
修改于 2026-07-07 11:41:57
上一页
Webhook: slot inventory change notification
下一页
Webhook: borrow order status notification
Built with