Web application Manage Orders from Shopify API
Project detail
General work flow:
– Orders are received from the Shopify API
– Orders must be distributed equally to employees
– Call center employees receive orders
An employee can:
– Modify the order (POST Request to Shopify)
– Confirm the order (moved to the delivered orders page of the application)
– Mark an order as completed (POST Request to Shopify)
– Choose the delivery method of an order
– Increase the number of attempts to call the customer
An administrator can:
– Receive and manage executed orders.
– Export processed orders (csv / xlsx file)
– Manage employees
– Manage delivery methods
Constraints:
– If an employee cannot reach the customer, after increasing the number of attempts, the order must pass to another employee.
– Completed orders remain in the employee’s “Confirmed Orders” page, until the administrator exports the orders.
– After 10 attempts to call a customer, their order must go to the “Archived orders” page.
Duration:
5 days