VC-2649 Add missing UPCs to product_in_store table for Spotify DMS
==================================================================

This script is used to add missing upcs to product_in_store table for provided DMS.

## Usage
1. Copy a directory `VC-2649_insert_missing_upcs_to_product_in_store` to your desired location
2. Run composer to install all required site packages declared in composer.json
    ```bash
    composer install
    ```
3. Make copy of file .env.shadow to .env and set environment, database and aws configuration to .env file.  

## Run from command line
Provide dms id and .csv file path in argument while calling script.
The .csv file should contain list of upcs in a first column.
```bash
php product_in_store_insert_missing_upcs.php [-s=DMS_ID] [-f=FILE_PATH]
```
