NeroPay Docs
API & Integrations

Commerce API

Commerce

Commerce API

Sync NeroPOS, product catalogue and commerce resources from external systems.

NeroPOSProductsOrders

Commerce API map

MethodEndpointPurpose
GET/customersList customers.
POST/customersCreate a customer.
GET/categoriesList product categories.
POST/categoriesCreate category.
DELETE/categories/{id}Delete category.
GET/productsList products.
POST/productsCreate product.
DELETE/products/{id}Delete product.
GET/product-option-groupsList option groups.
POST/product-option-groupsCreate option group.
GET/global-option-itemsList global option items.
POST/global-option-itemsCreate global option item.
GET/tablesList restaurant tables.
POST/tablesCreate table.
DELETE/tables/{id}Delete table.
GET/registersList POS registers.
POST/registersCreate register.
DELETE/registers/{id}Delete register.
GET/pos-staffsList POS staff.
POST/pos-staffsCreate 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.