From cd8f05fe980c5fbc050b9bef2736db7610788f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kr=C3=B3l?= Date: Fri, 3 May 2019 12:34:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7df7570..132f6a5 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ ## BitBag SyliusShippingExportPlugin Managing shipments in any eCommerce app is something that may be tricky. There are many shipping providers and -each has its own API format which allows providing shipment data and request a courier. To make this process more straight forward -and generic, we decided to create an abstract layer for Sylius platform based applications. This plugins allows you to write simple API calls and configuration form for +each has its own API format you might want to use to export shipping data and request the pickup. To make this process more simple and generic, we decided to create an abstract layer for Sylius platform based applications for this purpose. This plugin allows you to write simple API calls and configuration form for specific shipping provider. The workflow is quite simple - configure a proper data that's needed to export a shipment, like access key or pickup hour, book a courier for an order with one click and get shipping label file if any was received from the API. The implementation limits to writing a shipping provider gateway configuration form, one event listener and webservice access layer.