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.