PS soft-deletes products (sets active=0) when deleted from admin, keeping them in the DB. The previous filter returned those inactive products, causing pushProduct to take the UPDATE path and silently re-update a soft-deleted product that remains invisible. Adding filter[active]=[1] ensures only visible products are matched. Products deleted in PS are now correctly re-created on next sync. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .mvn/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||