Here’s what’s news in API Release, which is in production since August 28, 2023!
Upcoming Breaking changes:
Fortunately, none! Let’s have a toast!
New features:
New restrictions aimed on async jobs
as we announced in release news from August 15 a new validation process is released, where the possibility of concurent run of async jobs with the same URL multiple times is currently not allowed, while the previous one with same URL is in (pending or running) stage
for example https://api.myshoptet.com/api/products/snapshot?brandName=seiko&visibility=true vs. https://api.myshoptet.com/api/products/snapshot?visibility=true&brandName=seiko which means the same filtration parameters in the URL, regardless of their order
Enrichment of filtering parameters with IDs
Following endpoints are from the last release enriched by filteringParameters.id and values.id