Skip to content

Commit

Permalink
Create functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonFilipek authored Jul 22, 2024
1 parent ab5bb61 commit cfffbab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Functionalities

---

There are many shipping providers and each has its own API format you might want to use to export shipping data and request the pickup.
This plugin allows you to write simple API calls and configuration form for specific shipping provider.

After installation, user is now able to create gateway for a specific shipping provider (of course the right configuration form must be firstly written).

<div align="center">
<img src="./images/shipping_gateways.png"/>
</div>

Once the shipping method and shipping gateway for the shipping provider are created, customer can use this shipping method during a checkout.
When the order is placed, user can now go to the 'Export shipping data' section from Sylius Admin Panel and export chosen shipments.

<div align="center">
<img src="./images/shipping_export.png"/>
</div>

0 comments on commit cfffbab

Please sign in to comment.