Learning objectives
- Read API documentation, and develop application using it.
- Design Data Model, with UDM foundation
- Document solution before starting to code.
You are part of a team developing OMS.You are assigned three tasks.
- Design Order data model.
- Prepare design document with details of Shopify Order model mapping with UDM/OFBiz Order data model.
- Write pseudo code for parsing Shopify API response and then storing it in UDM/OFBiz model.
- Test your pseudo code for all the sample JSON provided in
shopify-samples/orders-json
folder.
References: https://shopify.dev/docs/api/admin-rest/2024-01/resources/order
Note: This task only includes writing DDL to create entities in MySQL. This task does not include writing any code or API calls.