Product_Delete#
Description#
This function allows you to delete a product.
Request Body Parameters#
| Parameter | Type | Description |
|---|---|---|
product_idEdit_ProductProduct_CodeProduct_SKU |
Number String String String |
ID Number of product Product code string Product code string Product SKU string |
Response Parameters#
| Name | Description |
|---|---|
success |
boolean value for if the request was successful |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "Product_Delete",
"Product_Code": "test"
}
Example Response#
{
"success": 1
}