CSL SoftOne – Callback

Το url είναι το:

https://tositesas.gr/index.php?route=extension/module/csl_softone/callback

Παράδειγμα:

curl --location 'https://tositesas.gr/index.php?route=extension/module/csl_softone/callback' \
--header 'Content-Type: application/json' \
--data '{
	"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"
		}
	]
}'

Callbacks που περιλαμβάνονται στην εγκατάσταση σας: