Delete a Product
Call
DELETE /rest/products/{id}.json
Remove a Category from a Product
Removes the relationship between a product and a category
Call
DELETE /rest/products/{product_id}/category/{category_id}.json
Remove a Tag from a Product
Removes the relationship between a product and a tag
Call
DELETE /rest/products/{product_id}/tag/{tag_id}.json
Remove a Related Product from a Product
Removes the relationship between a product and a related product
Call
DELETE /rest/products/{product_id}/related/{related_product_id}.json
Remove a Product from a Set
Removes a Product from a Product Set.
Call
DELETE /rest/products/{product_id}/set/{product_set_id}.json
Remove an Attribute from a Product
Removes an Attribute from a Product.
Call
DELETE /rest/products/{product_id}/attribute/{attribute_id}.json
Remove all Attributes from a Product
Removes all Attributes from a Product
Call
DELETE /rest/products/{product_id}/allattributes.json
Delete an Image from a Product
Deletes a product image where the image number is the count, from 1 to 4
Call
DELETE /rest/products/{product_id}/image/{image_number}.json
Comments
0 comments
Please sign in to leave a comment.