Overview

Welcome to the documentation for the LOMA client API! Currently, this API enables clients to manage their sales data.

Quickstart

Prerequisites

Before making requests with the API, you'll need to request the following information from your LOMA representative:

  • partnerId

  • client_id

  • client_secret

Getting Started

To start working with the API, you'll need to generate a new access token:

OAuth

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:

Sales

Last updated