Update 15.md

This commit is contained in:
Acea Spades 2024-10-16 08:53:41 -07:00 committed by GitHub
parent 5bdc3b3718
commit 101dfd1c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
15.md
View File

@ -25,8 +25,8 @@ The following kinds are utilized by this NIP:
| `30018` | `set_product` | Create or update a product. | | `30018` | `set_product` | Create or update a product. |
| `30018` | `customize_market` | Save customizations for marketplace experience. | | `30018` | `customize_market` | Save customizations for marketplace experience. |
| `30020` | `set_auction` | Create or update a product sold as an auction | | `30020` | `set_auction` | Create or update a product sold as an auction |
| `30030` | `request_payment` | Merchant requests payment for order from customer. | | `30030` | `submit_order` | Customer submits order to merchant for product. |
| `30031` | `submit_order` | Customer submits order to merchant for product. | | `30031` | `request_payment` | Merchant requests payment for order from customer. |
| `30032` | `confirm_payment` | Merchant confirms payment is received for order. | | `30032` | `confirm_payment` | Merchant confirms payment is received for order. |
| `30033` | `confirm_shipment` | Merchant confirms order has been shipped. | | `30033` | `confirm_shipment` | Merchant confirms order has been shipped. |
@ -49,7 +49,7 @@ A customer can publish these events:
| `14` | `direct_message` | Communicate with the merchant. The messages can be plain-text or JSON. | | `14` | `direct_message` | Communicate with the merchant. The messages can be plain-text or JSON. |
| `1021` | `bid` | Customer places bid on auctioned product. | | `1021` | `bid` | Customer places bid on auctioned product. |
| `30018` | `customize_market` | Save customizations for marketplace experience. | | `30018` | `customize_market` | Save customizations for marketplace experience. |
| `30031` | `submit_order` | Customer submits order to merchant for product. | | `30030` | `submit_order` | Customer submits order to merchant for product. |
### Merchant admin ### Merchant admin
@ -73,7 +73,7 @@ A merchant can publish these events:
| `30017` | `set_stall` | Create or update a stall. | | `30017` | `set_stall` | Create or update a stall. |
| `30018` | `set_product` | Create or update a product. | | `30018` | `set_product` | Create or update a product. |
| `30020` | `set_auction` | Create or update a product sold as an auction | | `30020` | `set_auction` | Create or update a product sold as an auction |
| `30030` | `request_payment` | Merchant requests payment for order from customer. | | `30031` | `request_payment` | Merchant requests payment for order from customer. |
| `30032` | `confirm_payment` | Merchant confirms payment is received for order. | | `30032` | `confirm_payment` | Merchant confirms payment is received for order. |
| `30033` | `confirm_shipment` | Merchant confirms order has been shipped. | | `30033` | `confirm_shipment` | Merchant confirms order has been shipped. |