Shipcloud (optional)
The module provides integration with Shipcloud.
https://github.com/magesuite/shipcloud
Â
Installation
This module is optional.
composer require "creativestyle/magesuite-shipcloud" ^1.0.0
Admin settings
Modules’ settings are placed under: Stores -> Configuration -> MageSuite -> Shipcloud
General settings:
Field | Options | Comment |
---|---|---|
Enabled | Yes/No |  |
API Key | Â | Shipcloud API Key. |
Store Shipping Labels | Yes/No |  |
Export Path | Â | Direct path to export folder. No slash on the end. Example: /var/export. |
Cron Schedule | Â | Please type full cron schedule expression, eg. '59 23 * * *' |
Debug | Yes/No |  |
Send shipment email confirmation | Yes/No |  |
Retry Limit for Order | Â | Processing orders X times again after receiving 5xx error from API. |
Label Format |
| Â |
Â
Â
Origin Address settings:
Field | Options |
---|---|
Company | Â |
Care of | Â |
Firstname | Â |
Lastname | Â |
Street | Â |
Street Number | Â |
Postcode | Â |
City | Â |
Region | Â |
Country | Â |
Telephone | Â |
Â
Â
Package details settings:
Field | Comment |
---|---|
Description | Â |
Length | In centimeters [cm] |
Width | In centimeters [cm] |
Height | In centimeters [cm] |
Maximum package weight | In grams [g] |
Backend
To be added
Frontend
The is no frontend functionality in this module.
Â