> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpcenter.shiplink.se/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# JSON

# JSON documentation

With Shiplink's **JSON import** you can book freight automatically by entering structured data directly into our system. The feature is designed for companies that want to quickly book freight more easily.

The feature requires **development knowledge** as well as access to relevant data such as sender, recipient, package information and choice of shipping service.

**What is JSON?**
JSON (JavaScript Object Notation) is an easy-to-read data format used to exchange information between systems. Read more about the format itself here: [www.wikipedia.org](https://en.wikipedia.org/wiki/JSON)

**JSON example:**
```
{ "consigner": { "name": "Consigner Name", "address1": "Street 1", "address2": "", "postcode": "62157", "city": "VISBY", "country_code": "SE", "zone_code": "", "contact": "Contact Name", "phone": "0700000001" }, "consignee": { "type": "individual", "name": "Consignee Name", "address1": "Street 6", "address2": "", "postcode": "45175", "city": "Uddevalla", "country_code": "SE", "zone_code": "", "contact": "Contact Name", "phone": "0700000002" }, "consignment": { "shipments": { "0": { "type": "parcel", "weight": "22", "length": "40.00", "width": "23.00", "height": "5.00" } } } }
```

| 👋 Do you have questions about JSON? Or do you want to activate the feature? Contact customer service via chat, phone: 010-20 706 66 or email: kundservice@shiplink.se

**Are you interested in booking freight faster?**
[Our system integration creates faster and more secure freight booking](https://helpcenter.shiplink.se/en/article/work-with-the-system-integration-1k2sxll/)
[Upgrade to Freight Department to save money and time](https://helpcenter.shiplink.se/en/article/freight-department-what-is-that-112lh70/)
[Do you have WooCommerce? Then you can connect e-commerce with Shiplink](https://helpcenter.shiplink.se/en/article/woocommerce-freight-booking-module-98tige/)