cURL
curl --request POST \ --url http://localhost:8080/api/pricing/force-sync
{ "status": "success", "message": "Operation completed successfully" }
Triggers a forced synchronization of pricing data from the pricing service.
Pricing sync triggered successfully
Operation status
success
"success"
Success message
"Operation completed successfully"
Was this page helpful?