WIP Update 15.md

This commit is contained in:
Acea Spades 2024-08-24 23:39:24 -07:00 committed by GitHub
parent 244e733637
commit 8aa5f22d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
15.md
View File

@ -38,7 +38,11 @@ A merchant can publish these events:
| `0` | `set_meta` | The merchant description (similar with any `nostr` public key). |
| `30017` | `set_stall` | Create or update a stall. |
| `30018` | `set_product` | Create or update a product. |
| `4` | `direct_message` | Communicate with the customer. The messages can be plain-text or JSON. |
| `30019` | `submit_order` | Customer submits order to merchant for product. |
| `30020` | `request_payment` | Merchant requests payment for order from customer. |
| `30021` | `confirm_payment` | Merchant confirms payment is received for order. |
| `30022` | `confirm_shipment` | Merchant confirms order has been shipped. |
| `14` | `direct_message` | Communicate with the customer. The messages can be plain-text or JSON. |
| `5` | `delete` | Delete a product or a stall. |
### Event `30017`: Create or update a stall.