Παράδειγμα:
{
"action": "update",
"entity": "products",
"products": [
{
"erp_id": 123456,
"web_enable": 1,
"item_description": "Samsung Fold 4",
"ean": "12345567890",
"vat": 24,
"wholesale_price": 1000,
"retail_price": 1100,
"category": "smartphone"
},
{
"erp_id": 845685,
"web_enable": 1,
"item_description": "Samsung Fold 5",
"ean": "0987654321",
"vat": 24,
"wholesale_price": 1200,
"retail_price": 1300,
"category": "smartphone"
}
]
} Σενάριο επιτυχίας:
{
"update": "products",
"status": "success",
"message": "Callback executed successfully"
} Πίσω στην αρχική σελίδα για Callbacks
