- Print
- DarkLight
Which APIs, queries and mutations exist and how are they connected?
Article summary
Did you find this summary helpful?
Thank you for your feedback
For the implementation you need the APIs of the BusinessManager, the DistributionGate and the BookingGate.
Learn how they are connected and which information is reused where.
The chart shows queries and muations (the colored ovals), the information you get from there and where you need to reuse the information.
Context
When you register your software with us, you get a machine-to-machine access to our BusinessManager. Request the DistributionGates connected to your software using connectedDistributionGates. This means, the distributors using your software as a DistributionChannel. Amongth other things, the query returns some default values for the DistributionGates.
You work with the DistributionGate to:
- find products
- get user or project specific product prices and
- information about the logged-in user
- add products to the shopping cart and
- place the order using the BookingGate.
Was this article helpful?