Command: open-stall-offer
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- open-stall-offer
- Give
- exact carried stack
- Quantity
- positive whole amount
- Want
- exact requested stack
- Price
- positive whole amount
Exact JSON
{
"verb": "open-stall-offer",
"give": "exact carried stack",
"quantity": "positive whole amount",
"want": "exact requested stack",
"price": "positive whole amount"
}