ProductVariant_Generate_Delimiter#
Description#
This function generates a delimiter for a product variant.
Request 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 | 
| pricing_method | Number | The pricing method of the product variant | 
| delimiter | String | The delimiter for the product variant | 
Response Parameters#
| Parameter | Type | Description | 
|---|---|---|
| success | Boolean | Boolean value indicating if the API request was successful | 
Example Request#
{
    "Store_Code": "{{Store_Code}}",
    "Miva_Request_Timestamp": "{{$timestamp}}",
    "Function": "ProductVariant_Generate_Delimiter",
    "Product_ID": 1,
    "Pricing_Method": 0,
    "Delimiter": "_"
}
Example Response#
{
    "success": 1
}