Welcome to the user guide for the Genero Public API
The purpose of the Genero Public API is to offer a streamlined way of importing key entity concepts into the the Genero platform.
Single entity, batch or multi tenant batch calls
Single entity calls performs CRUD operations on single entities for one tenant. Batch calls perform CRUD operations on a number (up to 5000) entities per call. Multitenant batch calls can send a batch and apply it to several tenants at once. You will need a client with the multi tenant agency to use multi tenant batch calls.
More info:
Public API domains
We offer various enpoints within three main domains:
Customers domain
Requires a clientid with either single tenant or multi tenant agency. Supports single entity, batch requests and multitenant batch requests.
- Block
- Chain
- Wholesaler
- Customer
- Customer contact
See customer import configurations for how to model the import behaviour to tenant specific requirements.
Orders domain
Requires a clientid with multi tenant agency. Each consumer of this endpoint can be configured to send requests for a number of tenants (albeit one at a time). A parameter in included in each call to specify the tenant.
- Order event
Products domain
Requires a clientid with either single tenant or multi tenant agency. Supports single entity and batch requests.
- Product
- Manufacturer
- Assortment - listing by chain
- Assortment - product number at block
See customer import configurations for how to model the import behaviour to tenant specific requirements.