ImportTrackingCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Constants
- COLUMN_COUNTRY_CODE = 6
- COLUMN_FIRST_SKU = 9
- COLUMN_ORDER_NUMBER = 0
- Excel column indices
- COLUMN_POSTAL_CODE = 4
- COLUMN_TRACKING_NUMBER = 29
- TRACKING_API_URL = 'https://mauroferretti.shipping-portal.com/tracking/eu-central-1-0/data/'
- Mauro Ferretti tracking API base URL
Properties
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int|null
Constants
COLUMN_COUNTRY_CODE
private
mixed
COLUMN_COUNTRY_CODE
= 6
COLUMN_FIRST_SKU
private
mixed
COLUMN_FIRST_SKU
= 9
COLUMN_ORDER_NUMBER
Excel column indices
private
mixed
COLUMN_ORDER_NUMBER
= 0
COLUMN_POSTAL_CODE
private
mixed
COLUMN_POSTAL_CODE
= 4
COLUMN_TRACKING_NUMBER
private
mixed
COLUMN_TRACKING_NUMBER
= 29
TRACKING_API_URL
Mauro Ferretti tracking API base URL
private
mixed
TRACKING_API_URL
= 'https://mauroferretti.shipping-portal.com/tracking/eu-central-1-0/data/'
Properties
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
public
__construct([EntityManagerInterface|null $entityManager = null ]) : mixed
Parameters
- $entityManager : EntityManagerInterface|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface