Commerce
Commerce API
Sync NeroPOS, product catalogue and commerce resources from external systems.
NeroPOSProductsOrders
Commerce API map
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /customers | List customers. |
| POST | /customers | Create a customer. |
| GET | /categories | List product categories. |
| POST | /categories | Create category. |
| DELETE | /categories/{id} | Delete category. |
| GET | /products | List products. |
| POST | /products | Create product. |
| DELETE | /products/{id} | Delete product. |
| GET | /product-option-groups | List option groups. |
| POST | /product-option-groups | Create option group. |
| GET | /global-option-items | List global option items. |
| POST | /global-option-items | Create global option item. |
| GET | /tables | List restaurant tables. |
| POST | /tables | Create table. |
| DELETE | /tables/{id} | Delete table. |
| GET | /registers | List POS registers. |
| POST | /registers | Create register. |
| DELETE | /registers/{id} | Delete register. |
| GET | /pos-staffs | List POS staff. |
| POST | /pos-staffs | Create POS staff. |
Commerce endpoints are useful for syncing external catalogues, creating POS products, managing restaurant tables, registering tills and building custom NeroPOS workflows.
Resource pattern
Most commerce resources support GET list, POST create and selected DELETE actions. Settings and customers are not deleted by public API to protect operational history.