Which APIs, queries and mutations exist and how are they connected?
  • 28 Jun 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Which APIs, queries and mutations exist and how are they connected?

  • Dark
    Light

Article Summary

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.
WhichAPIsQueriesAndMutationsExist.png

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?