Administrator Panel | BackOffice
-
Possibility of searching for orders and requests for quotations by customer name and tin number
-
Possibility to filter orders by their status
API
-
ORDERPATH | New event type for payment status changes of orders
In the implementation, we have added a new event type "CHANGED_PAYMENT" for changes in the payment status for an order which is triggered by an endpoint:
- PUT `/api/v1/orderpath/integrations/auth-required/order/payment-status`
and endpoints of payment operators Przelewy24 and SimplePay
- PUT `/api/v1/orderpath/integrations/public/przelewy24/callback`
- PUT `/api/v1/orderpath/integrations/public/simplepay/{tenantKey}/callback`
The new event type is visible in data synchronisation endpoints:
- GET `/api/v1/orderpath/integrations/auth-required/order/synchronization` - GET `/api/v1/orderpath/integrations/auth-required/synchronization/all` - GET `/api/v1/orderpath/integrations/auth-required/synchronization/order`
Comments
0 comments
Please sign in to leave a comment.