Skip to content

Add product bulk-delete endpoint#306

Open
PrestaEdit wants to merge 1 commit into
PrestaShop:devfrom
PrestaEdit:add-product-bulk-delete
Open

Add product bulk-delete endpoint#306
PrestaEdit wants to merge 1 commit into
PrestaShop:devfrom
PrestaEdit:add-product-bulk-delete

Conversation

@PrestaEdit

Copy link
Copy Markdown
Contributor
Questions Answers
Branch? dev
Description? Fills the BulkDeleteProductCommand gap: DELETE /products/bulk-delete (scope product_write), taking a productIds array. The shop constraint is taken from the request context. Standalone resource file so it does not collide with the other Product endpoints.
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Related to PrestaShop/PrestaShop#39630
How to test? DELETE /products/bulk-delete with { "productIds": [id1, id2] } (client granted product_write) deletes the given products. Covered by ProductBulkDeleteEndpointTest.
Possible impacts? None beyond the products targeted by the request.

Fill the BulkDeleteProductCommand gap: DELETE /products/bulk-delete (scope
product_write), taking a productIds array. The shop constraint comes from the
request context. Standalone resource file so it does not collide with the other
Product endpoints.

Related to PrestaShop/PrestaShop#39630

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-project-automation github-project-automation Bot moved this to Ready for review in PR Dashboard Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready for review

Development

Successfully merging this pull request may close these issues.

2 participants