Triggered when warehouse sellable stock number below certain thresh hold(5 for now).
Property |
Value |
Comment |
msg_type |
6 |
field to determine message type. |
Retry times |
12 |
Retry times when client failed to response |
Retry Interval |
30 min |
delay between two retries |
Auth Required |
true |
This notification need authorization |
Sellable = real_quantity - withold_quantity - occupy_quantity.
A example to help you understand real_quantity, withold_quantity and occupy_quantity
|
entity_id |
sellable_qty |
real_qty |
withhold_qty |
occupy_qty |
init |
1 |
10 |
10 |
0 |
0 |
order_pending |
1 |
9 |
10 |
1 |
0 |
order_unpaid |
1 |
9 |
10 |
1 |
0 |
order_paid |
1 |
9 |
10 |
0 |
1 |
RTS |
1 |
9 |
9 |
0 |
0 |
|
entity_id |
sellable_qty |
real_qty |
withhold_qty |
occupy_qty |
init |
1 |
10 |
10 |
0 |
0 |
order_pending |
1 |
9 |
10 |
1 |
0 |
order_unpaid |
1 |
9 |
10 |
1 |
0 |
order_paid |
1 |
9 |
10 |
0 |
1 |
order_canceld |
1 |
10 |
10 |
0 |
0 |
|
entity_id |
sellable_qty |
real_qty |
withhold_qty |
occupy_qty |
init |
1 |
10 |
10 |
0 |
0 |
order_pending |
1 |
9 |
10 |
1 |
0 |
order_pending_expired |
1 |
10 |
10 |
0 |
0 |
order_unpaid |
1 |
9 |
10 |
1 |
0 |
order_paid |
1 |
9 |
10 |
0 |
1 |
RTS |
1 |
9 |
9 |
0 |
0 |