Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

REST API: DELETE product with ID Request returns the item information and doesn*t delete the product

REST API: DELETE product with ID Request returns the item information and doesn*t delete the product

Buchgeister
New Member
6 0 0

I tried the following request using Postman:

 

DELETE https://{{store}}/admin/api/2024-01/products/{{id}}.json

The headers for content-type and access token where set correctly

 

The response is:

{
    "product": {
        "id": 9164334858577,
        "title": "Sternstunden der Menschheit",
...
}
 
So I got the product information, but the product will not be deleted. Even not ofter some tries, different products and after waiting some hours.
 
I checked the API documentation at
 
 
 
Replies 0 (0)