{
"success": true,
"message": "string",
"data": {
"id": 0,
"name": "string",
"is_active": true,
"priority": 0,
"trigger": [
"order_created"
],
"trigger_label": "string",
"shipment_courier_service_ids": [
0
],
"use_global_config": true,
"conditions": [
{
"field": "payment_type",
"operator": "equals",
"value": "cod"
}
],
"action_type": "create_shipment",
"action_config": {
"property1": "string",
"property2": "string"
},
"condition_summary": "string",
"action_summary": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}