Business profile
| Endpoint | Body | Use |
|---|---|---|
POST /business/get/profile | jid | Get public business profile for a business JID. |
GET /business/get/categories | none | List available business categories. |
POST /business/update/desc | desc | Update your business description. |
POST /business/update/address | address | Update your business address. |
POST /business/update/email | email | Update your business email. |
Catalog
| Endpoint | Body | Use |
|---|---|---|
POST /business/catalog/list | jid | Get a business catalog. |
POST /business/catalog/create | product fields | Create a catalog product. |
POST /business/catalog/edit | product fields plus id | Edit a catalog product. |
POST /business/catalog/info | product identifier fields | Get product details. |
POST /business/catalog/delete | product identifier fields | Delete a product. |
POST /business/catalog/show | product identifier fields | Make a product visible. |
POST /business/catalog/hide | product identifier fields | Hide a product. |
POST /business/order/details | orderId, token fields from webhook | Get order details. |
POST /business/send/catalog | Phone, Text, MatchedText, Title | Send a catalog-style preview message. |

