Welcome to the documentation for the LOMA client API! Currently, this API enables clients to manage their sales data.
Before making requests with the API, you'll need to request the following information from your LOMA representative:
partnerId
client_id
client_secret
To start working with the API, you'll need to generate a new access token:
Once you have a valid token, you can use the locations endpoint to get a list of the brand's locations, along with their specific ID:
locations
Now that you know the unique ID for each location, you can upsert sales data:
Last updated 2 years ago