Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Nov 22, 2023
1 parent ad84698 commit 95e513c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</p>

This package tracks if products exist in Magento by storing the status locally in the DB.
We developed this to prevent multiple calls when multiple packages need to check product existance in Magento.
This package does do the assumption that once a product exists in Magento it will always be there.
We developed this to prevent multiple calls when multiple packages need to check product existence in Magento.


## Installation
Expand All @@ -26,6 +25,9 @@ $schedule->command(\JustBetter\MagentoProducts\Commands\CheckKnownProductsExiste
$schedule->command(\JustBetter\MagentoProducts\Commands\DiscoverMagentoProductsCommand::class)->daily();
```

> [!IMPORTANT]
> This package requires Job Batching
## Usage

### Checking if a product exists in Magento
Expand Down

0 comments on commit 95e513c

Please sign in to comment.