Welcome to AJ Produkter API!
The portal to integrate towards AJ preprod environment
The portal to integrate towards AJ preprod environment
Our services are used internally by web shops, CRM and other systems.
Our APIs can be used for mission-critical systems.
The AJ Products story begins in 1975 when the young Anders Johansson started the company in his parents’ basement in Hyltebruk, Sweden. Since then the company has grown and is now represented in 19 countries with more than 20 subsidiaries, 2 factories and more than 700 employees. The product range offered in 1975 was limited to material handling products.
The product offering has since grown and diversified to cover many more product areas including lockers, canteen furniture, office furniture and storage solutions.
In 2012, AJ Products moved from Hyltebruk to purpose built premises in Halmstad. The 33,000 m2 building houses the Group head office, warehouse and a 2 floor showroom where many of our products can be seen in different environments.
The company has now been transformed from a catalogue company to an international modern sales company supported by our factories and design department. Today we are a total supplier and can help you by selling one product or by offering a one stop shop to furnish your entire workplace.
REST or RESTful API design (Representational State Transfer) is designed to take advantage of existing protocols. While REST can be used over nearly any protocol, it usually takes advantage of HTTP when used for Web APIs. This means that developers do not need to install libraries or additional software in order to take advantage of a REST API design. REST API Design was defined by Dr. Roy Fielding in his 2000 doctorate dissertation. It is notable for its incredible layer of flexibility. Since data is not tied to methods and resources, REST has the ability to handle multiple types of calls, return different data formats and even change structurally with the correct implementation of hypermedia.
POST /api/transactions
{
"id": "16833741-33a0-437c-9c82-368bed96b7f6",
"from": "562b5682-7861-49ac-ad60-074fe12ddac2",
"to": "7d334e64-d0d3-4941-be6c-f59facf781d6",
"currency": "USD",
"amount": 314.55
}
Powered by AJ Produkter AB.