dominicwatts/autoshipment

Automatically ship orders on cron or via console script

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.2 2019-07-19 18:04 UTC

This package is auto-updated.

Last update: 2024-04-25 09:28:19 UTC


README

Automatically ship orders on cron or via console script

Mass action option on admin order grid to prevent auto shipment

Install instructions

composer require dominicwatts/autoshipment

php bin/magento setup:upgrade

php bin/magento setup:di:compile

Usage instructions

Console script to generate shipments either by batch or by increment ID. Batch process is same process as triggered on cron.

xigen:autoshipment:autoship [-o|--orderid [ORDERID]] [-e|--email [EMAIL]] [--] [<all>]

Run Auto Shipment process

php bin/magento xigen:autoshipment:autoship all

Ship but don't notify

php bin/magento xigen:autoshipment:autoship -o 000000030 -e 0

Ship and notify

php bin/magento xigen:autoshipment:autoship -o 000000030 -e 1