Products
Delete a product variant
This endpoint deletes a specified variant of a product. Authentication is verified using the x-store-id header. Useful for removing discontinued variants to keep product offerings clear and current.
DELETE
Delete a product variant
Previous
Update product variant detailsThis endpoint updates the information of an existing product variant. Allowed fields include `name`, `description`, `price`, and `is_active`. Proper authentication is ensured with the `x-store-id` header and it supports updating only fields that are provided in the request body.
Next
Delete a product variant