General Information

You can use the Loco API to send products to Loco and read products from Loco.

This is a REST API communication, authentication using OAuth2 mechanism.

Documentation

https://locoapp.docs.apiary.io

Easy-to-use library

https://github.com/expando-repo/loco-package

Add the source to your composer.json filej:

"repositories": [
		{
			  "type": "vcs",
		    "url": ["<https://github.com/expando-repo/translado-package>"](<https://github.com/expando-repo/translado-package>)
	  }
],

Creating API access to the user

Request a LOCO staff member to create one.

For the setup, we need information from the client about the so called "Redirect URL" so we know where it will authorize from using the OAuth2 mechanism.

Access credentials

To communicate between the LOCO API and the custom application, you need the following data, which we provide from LOCO

Using the user action "API Settings" you can manage individual API accesses or create a new API access from the overview

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2fa050cf-52ee-4f2e-9187-7dc6559298b4/Untitled.png