Welcome to Lyondellbasell's API Portal
Advancing productivity and connectivity.
Advancing productivity and connectivity.
Our APIs can be used for mission-critical systems.
Our APIs define the industry's standards.
Millions of people trust us.
LyondellBasell (NYSE: LYB) is one of the largest plastics, chemicals and refining companies in the world. Driven by its employees around the globe, LyondellBasell produces materials and products that are key to advancing solutions to modern challenges like enhancing food safety through lightweight and flexible packaging, protecting the purity of water supplies through stronger and more versatile pipes, improving the safety, comfort and fuel efficiency of many of the cars and trucks on the road, and ensuring the safe and effective functionality in electronics and appliances.
LyondellBasell sells products into more than 100 countries and is the world's largest producer of polypropylene compounds and the largest licensor of polyolefin technologies. In 2020, LyondellBasell was named to Fortune Magazine's list of the "World's Most Admired Companies" for the third consecutive year.
Our vision, mission, values and leadership principles drive how we behave, how we interact and how we will consistently deliver outstanding results.
Create orders from your application in our Australian system by using the Create Order operation in the BasellConnect API.
Creating an Order requires going through two steps, both of them are available through the same API operation, the first one being a staging step, the second one the actual order creation.
Leverage guest accounts to give authorization to your users to create orders from your own applications.
Head to the documentation for more details on the schema definition of an order that should be created in the Australian system. More operations are available there to retrieve information about available values for Ship Tos, and to search Products.
Additional methods to search for Orders and Deliveries are also available to be used from your application.
Currently LyondellBasell's Azure Active Directory is used as the IDP, but in the future we might integrate with other IDPs. Keep an eye on the blog and announcements for further details.
POST /external/basellconnect/orders?soldTo=12345
{
"purchaseOrderNumber": "Example P.O. 1",
"email": "someone@out-there.com",
"shouldSend": true,
"soldTo": {
"identifier": "c01"
},
"shipTo": {
"identifier": "r01"
},
"requestedDeliveryDate": "2010-09-09T00:00:00Z",
"currency": {
"key": "AUD"
},
"comments": "Sales Order comments",
"lineItems": [{
"lineItemNumber": 10,
"product": {
"key": 4563
},
"quantity": 24.56,
"uom": {
"key": "MT"
},
"comments": "First Line Comments"
}
]
}
"LyondellBasell APIs drive our digital transformation. They are highly reliable and blazingly fast."
CTO at Fabrikam