New Ways to Handle Catalog Ingestion
Keeping your catalog up to date with Constructor is a critical part of your product discovery experience, and it’s just got even more flexible. We’ve introduced two new actions to help you maintain the items and variations, allowing you to update just the data you want.
All of the existing methods to send us delta updates (REST endpoints and FTPS) now also have the ability to either ignore or create items if they do not already exist.
The first, Patch Delta Ignore, works the same way as a regular patch delta but ignores the items and variations which are in the files or request but not in the system.
The second, Patch Delta Create, also works the same way as the regular patch delta but adds items and variations which are in the files or request but not in the system.
If you are using FTP to send deltas, the file names should be in the following format:
key_7AeGOdJ9BxmKF942_Products_patchdeltaignore_2023-05-10-16-18-00.tar.gz
key_7AeGOdJ9BxmKF942_Products_patchdeltacreate_2023-05-10-16-18-00.tar.gz
For the catalog and items & variations endpoints, add on_missing=IGNORE
or on_missing=CREATE
to the URL parameters.
For more information about this capability please connect with your Customer Success Manager or contact us through support@constructor.io.