Create Order
The Below Table explains the description of each Block present in the Sequence Diagram
Component | Infra Description |
Default Service | App Engine Service Name: Default Service |
Get Orders | API to fetch all the orders created from Glance |
PubSub | Topic Name: wms_create_order |
glance-order Service | App Engine Service Name: glance-order Service |
WMS Create Order API | API to Create Order in Eshopbox Workspace |
Step1. Make a cron with endpoint “glance/createorder/cron” which will fetch all the orders from Glance with “CREATED” status and will create those orders in WMS.
Step2. Fetch all the connectionIds using “appAutomationStepId” of Glance Create Order.
Database used: integration_engine_staging (For staging), integration_engine_prod(For prod).
Tables used: ie_appinstall_connection, ie_app_automation_steps_config.
SELECT ie_app_automation_steps_config.connectionId,
ie_app_automation_steps_config.latestSyncTimeStamp, ie_appinstall_connection.accessToken
FROM ie_app_automation_steps_config
LEFT JOIN ie_appinstall_connection ON ie_app_automation_steps_config.connectionId=ie_appinstall_connection.id
WHERE ie_app_automation_steps_config.appAutomationStepId=?
AND ie_app_automation_steps_config.isActive='1'
AND ie_appinstall_connection.accessToken IS NOT NULL
Step3. For each connectionId prepare its Channel Data
Database used: eshopbox_client_portal_dev(For staging), eshopbox_wms_production(for prod).
Tables used: channels, external_wms_channels, warehouses, accounts
SELECT channels.connectionId,channels.externalChannelId ,external_wms_channels.locationId,
warehouses.externalWarehouseId,accounts.account_slug,channels.integration_model_id ,
channels.integrationType AS integrationType
FROM channels
LEFT JOIN external_wms_channels ON channels.id= external_wms_channels.channel_id
LEFT JOIN warehouses ON warehouses.id = external_wms_channels.warehouse_id
LEFT JOIN accounts ON channels.account_id = accounts.id
WHERE channels.connectionId IN (?)
Sample Channel Data:
[
{
"account_slug": "montecarlo",
"inputFields": "null",
"integrationType": "12",
"integration_model_id": "null",
"externalChannelId": "GlanceTest",
"glance_workspaceToken_2006": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnsiYXBwQ2xpZW50SWQiOiIxY2VhMDg5MGViMzFhZDBlMjhkZDQ0MmU1NjMzNGUyOSJ9LCJodHRwczovL2FjY291bnRTbHVnIjoibnVsbCIsImh0dHBzOi8vdXNlckRldGFpbHMiOnsiaWQiOjE3NzAsInVzZXJUeXBlIjoiZGVmYXVsdCIsImVtYWlsIjoiYXBwdXNlcjEyN0Blc2hvcGJveC5jb20ifSwiaHR0cHM6Ly9hY2NvdW50cyI6W10sImh0dHBzOi8vd2FyZWhvdXNlV29ya3NwYWNlcyI6W10sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOltdLCJpc3MiOiJodHRwczovL2VzaG9wYm94LXBheW1lbnQtcmVjby5hdXRoMC5jb20vIiwic3ViIjoiYXV0aDB8NjE0MWNiNmFiNGE0YTkwMDY5MzkyZjNmIiwiYXVkIjoiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaWF0IjoxNjMzNjgyNTYxLCJleHAiOjE2MzM5NDE3NjEsImF6cCI6Inc4dllYa2ZMSWZmOFl2Mmo0TzNUOUplYWoxUzNxOHJlIiwic2NvcGUiOiJyZWFkOnByb2R1Y3RzIHJlYWQ6aW52ZW50b3J5IHJlYWQ6cHJvZHVjdF9saXN0aW5ncyIsImd0eSI6InBhc3N3b3JkIn0.D1jNZz8buWj_nPyWVfAQkreruZO_FNJAMQSPaeqQMz8QIHugilH3QZfoFHg8ez7g4x0E7TWAT-gQLs-DgU6AOxT3ZJHxWG0IUzkw4HOsKM9HnQdUkCYnG6A2IRSHtBshLr0K3_Wdqav0EkXIULcWpXren33bBud88wklCqkSXDUggHnct1dDX-a86swiMBOD171UeTKmWujwUlk8HOLajEhZ9YM7_MtqvAEz7X0EX0MqFX2cohFrBnCQwOP7QOWD1b9adxjlyU6-ZSy9lrJFo4bqBD_uPgQ75QzaKRqBM5hpnR4CPIWO0i9RAcPZHRkl5giUmVeYId17Gc22NJqyAg",
"latestSyncTimeStamp": "2021-10-08 12:13:24.0",
"connectionId": "2006",
"accessToken": "YGMckra+Jhrsyw\u003d\u003d",
"isActive": "pending",
"externalWarehouseId": "GlanceTest",
"refreshToken": "null"
},
{
"account_slug": "abc134",
"inputFields": "null",
"integrationType": "0",
"integration_model_id": "null",
"externalChannelId": "glance_abc134",
"glance_workspaceToken_2090": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlJVVXdSREZCUVRSRFFqQkdORFUxTVVZeE16ZEdPRFJHTnpORk5EaEJSVEU0TVVORk5qVTJOdyJ9.eyJodHRwczovL2FwcERhdGEiOnsiYXBwQ2xpZW50SWQiOiIxY2VhMDg5MGViMzFhZDBlMjhkZDQ0MmU1NjMzNGUyOSJ9LCJodHRwczovL2FjY291bnRTbHVnIjoibnVsbCIsImh0dHBzOi8vdXNlckRldGFpbHMiOnsiaWQiOjE3NzAsInVzZXJUeXBlIjoiZGVmYXVsdCIsImVtYWlsIjoiYXBwdXNlcjEyN0Blc2hvcGJveC5jb20ifSwiaHR0cHM6Ly9hY2NvdW50cyI6W10sImh0dHBzOi8vd2FyZWhvdXNlV29ya3NwYWNlcyI6W10sImh0dHBzOi8vd2FyZWhvdXNlcyI6W10sImh0dHBzOi8vcGFydG5lcnMiOltdLCJpc3MiOiJodHRwczovL2VzaG9wYm94LXBheW1lbnQtcmVjby5hdXRoMC5jb20vIiwic3ViIjoiYXV0aDB8NjE0MWNiNmFiNGE0YTkwMDY5MzkyZjNmIiwiYXVkIjoiaHR0cHM6Ly9lc2hvcGJveC1wb3J0YWwtZGV2LmFwcHNwb3QuY29tIiwiaWF0IjoxNjMzNjgyNTY0LCJleHAiOjE2MzM5NDE3NjQsImF6cCI6Inc4dllYa2ZMSWZmOFl2Mmo0TzNUOUplYWoxUzNxOHJlIiwic2NvcGUiOiJyZWFkOnByb2R1Y3RzIHJlYWQ6aW52ZW50b3J5IHJlYWQ6cHJvZHVjdF9saXN0aW5ncyIsImd0eSI6InBhc3N3b3JkIn0.nYqeG1qcG9sKN0j2q12FVuwEfffnSvvlGozPOvqdEr9AcZ1XXUq8jNh6yAClPLiGY0hvCmot24BDgGfx9rEDOzWfPAW4ePvZM5Qv8LnJUTeevcmSZtNxjhMPR9y_GaXtZ8Tx1ZZZO3rL8NzIfFZni33397VMp8_Eyaz8vKFK5uCS5nBnrrtAyOZtaftr-1l-cjqxNwbjOwODLKaeBEXKvqGAQ1mtE7CyaUJeqt87nL4n3ZMAV9q8WBoL84-ZMYRPK2szGvMV-mbWYL4g1CauC01_siXtRL4IElRabJRZyYB52v8NgV0KLqm9AiUWwu6BZem40Un2f0p8wvQNipgkng",
"latestSyncTimeStamp": "null",
"connectionId": "2090",
"accessToken": "pmTlr+EdmMRLNg\u003d\u003d",
"isActive": "pending",
"externalWarehouseId": "glance_abc134",
"refreshToken": "null"
}
]
Step4. Once the channelData is prepared push it in TaskQueue1.
Step5. The TaskQueue1 listener “listen/channeldata” will receive the event.
Step6. Prepare the URL for fetching orders from Glance by using pageNumber = 1, pageSize=50 and orderStatus =”CREATED”.
URL:
https://www.zyxw365.in/O1Server/v1/eshopbox/orders?pageNumber=1&pageSize=50&orderStatus=CREATED
Step7. The API will give a successful response containing a list of orders.
RESPONSE:
{
"orders": [
{
"id": 7882172234,
"orderDate": "2021-09-02T19:16:18",
"orderStatus": "CREATED",
"sla": "2021-09-02T19:16:18",
"paymentType": "PREPAID",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 172,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 4634384127,
"status": "CREATED",
"productId": 4756872684,
"variantId": 4328032051,
"sku": "dsdsd",
"title": "dasdas",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 172.00,
"totalPrice": 172.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "xccx",
"addressLine2": "A-11, apt name",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Rasika J",
"phone": "7776845903",
"pincode": "400076",
"state": "MAHARASHTRA"
},
"billingAddress": {
"addressLine1": "xccx",
"addressLine2": "A-11, apt name",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Rasika J",
"phone": "7776845903",
"pincode": "400076",
"state": "MAHARASHTRA"
}
},
{
"id": 7144070550,
"orderDate": "2021-09-02T19:26:24",
"orderStatus": "CREATED",
"sla": "2021-09-02T19:26:24",
"paymentType": "PREPAID",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 172,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 5369077458,
"status": "CREATED",
"productId": 4756872684,
"variantId": 4328032051,
"sku": "dsdsd",
"title": "dasdas",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 172.00,
"totalPrice": 172.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "xccx",
"addressLine2": "A-11, apt name",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Rasika J",
"phone": "7776845903",
"pincode": "400076",
"state": "MAHARASHTRA"
},
"billingAddress": {
"addressLine1": "xccx",
"addressLine2": "A-11, apt name",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Rasika J",
"phone": "7776845903",
"pincode": "400076",
"state": "MAHARASHTRA"
}
},
{
"id": 7452420157,
"orderDate": "2021-09-07T09:00:32",
"orderStatus": "CREATED",
"sla": "2021-09-07T09:00:32",
"paymentType": "PREPAID",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 640,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 8221174171,
"status": "CREATED",
"productId": 5723327603,
"variantId": 8177018370,
"sku": "SKUU",
"title": "New product is here",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 640.00,
"totalPrice": 640.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "test123444",
"addressLine2": "test123444, test123444",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Peeyush",
"phone": "8123449577",
"pincode": "201012",
"state": "UTTAR PRADESH"
},
"billingAddress": {
"addressLine1": "test123444",
"addressLine2": "test123444, test123444",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Peeyush",
"phone": "8123449577",
"pincode": "201012",
"state": "UTTAR PRADESH"
}
},
{
"id": 5430883194,
"orderDate": "2021-09-08T17:09:53",
"orderStatus": "CREATED",
"sla": "2021-09-08T17:09:53",
"paymentType": "COD",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 0,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 5370773423,
"status": "CREATED",
"productId": 5113809113,
"variantId": 5903920773,
"sku": "SKU114",
"title": "CMS catalog MPC4 (Code: C361794)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 390.00,
"totalPrice": 390.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "Test customer address",
"addressLine2": "Bxbx",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Pre release customer",
"phone": "8600122589",
"pincode": "201012",
"state": "UTTAR PRADESH"
},
"billingAddress": {
"addressLine1": "Test customer address",
"addressLine2": "Bxbx",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Pre release customer",
"phone": "8600122589",
"pincode": "201012",
"state": "UTTAR PRADESH"
}
},
{
"id": 6476697127,
"orderDate": "2021-09-08T17:44:11",
"orderStatus": "CREATED",
"sla": "2021-09-08T17:44:11",
"paymentType": "COD",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 0,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 4482203965,
"status": "CREATED",
"productId": 7396385501,
"variantId": 4313223401,
"sku": "SKU113",
"title": "CMS catalog MPC3 (Code: C361789)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 340.00,
"totalPrice": 340.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "Testhjhjk hjkhj",
"addressLine2": "Test, Test",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Test",
"phone": "8600122586",
"pincode": "400070",
"state": "MAHARASHTRA"
},
"billingAddress": {
"addressLine1": "Testhjhjk hjkhj",
"addressLine2": "Test, Test",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Test",
"phone": "8600122586",
"pincode": "400070",
"state": "MAHARASHTRA"
}
},
{
"id": 6964098673,
"orderDate": "2021-09-15T19:01:05",
"orderStatus": "CREATED",
"sla": "2021-09-15T19:01:05",
"paymentType": "COD",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 0,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 5201887195,
"status": "CREATED",
"productId": 7707985747,
"variantId": 7244216969,
"sku": "SKU222",
"title": "Catalog Cover test_CMS 7july 3_3 (Code: C361886)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 340.00,
"totalPrice": 340.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "Test customer address",
"addressLine2": "Bxbx",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Tushar kulkarni",
"phone": "8600122586",
"pincode": "201012",
"state": "UTTAR PRADESH"
},
"billingAddress": {
"addressLine1": "Test customer address",
"addressLine2": "Bxbx",
"email": "",
"city": "Ghaziabad",
"country": "India",
"name": "Tushar kulkarni",
"phone": "8600122586",
"pincode": "201012",
"state": "UTTAR PRADESH"
}
},
{
"id": 7795838309,
"orderDate": "2021-09-15T19:50:02",
"orderStatus": "CREATED",
"sla": "2021-09-15T19:50:02",
"paymentType": "COD",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 0,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 4809101429,
"status": "CREATED",
"productId": 7707985747,
"variantId": 7244216969,
"sku": "SKU222",
"title": "Catalog Cover test_CMS 7july 3_3 (Code: C361886)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 340.00,
"totalPrice": 340.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "Test address",
"addressLine2": "Test colony, Test landmark",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Neha",
"phone": "8600122586",
"pincode": "400012",
"state": "MAHARASHTRA"
},
"billingAddress": {
"addressLine1": "Test address",
"addressLine2": "Test colony, Test landmark",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Neha",
"phone": "8600122586",
"pincode": "400012",
"state": "MAHARASHTRA"
}
},
{
"id": 4694820910,
"orderDate": "2021-09-16T13:39:14",
"orderStatus": "CREATED",
"sla": "2021-09-16T13:39:14",
"paymentType": "COD",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 0,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 4381711249,
"status": "CREATED",
"productId": 7707985747,
"variantId": 7244216969,
"sku": "SKU222",
"title": "Catalog Cover test_CMS 7july 3_3 (Code: C361886)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 340.00,
"totalPrice": 340.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "Test address",
"addressLine2": "Test colony, Test landmark",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Neha",
"phone": "8600122586",
"pincode": "400012",
"state": "MAHARASHTRA"
},
"billingAddress": {
"addressLine1": "Test address",
"addressLine2": "Test colony, Test landmark",
"email": "",
"city": "Mumbai",
"country": "India",
"name": "Neha",
"phone": "8600122586",
"pincode": "400012",
"state": "MAHARASHTRA"
}
},
{
"id": 5391369283,
"orderDate": "2021-09-16T20:05:21",
"orderStatus": "CREATED",
"sla": "2021-09-16T20:05:21",
"paymentType": "PREPAID",
"orderPrice": {
"currency": "INR",
"totalCashOnDeliveryCharges": 0,
"totalGiftCharges": 0,
"totalPrepaidAmount": 385,
"totalShippingCharges": 0
},
"orderItems": [
{
"orderItemId": 5061929157,
"status": "CREATED",
"productId": 5933134830,
"variantId": 4385805008,
"sku": "123",
"title": "Test (Code: C361896)",
"shippingMethodCode": "STD",
"orderItemPrice": {
"currency": "INR",
"sellingPrice": 385.00,
"totalPrice": 385.00
},
"quantity": 1,
"onHold": false
}
],
"taxExempted": false,
"thirdPartyShipping": true,
"shippingAddress": {
"addressLine1": "test",
"addressLine2": "123",
"email": "",
"city": "Bangalore",
"country": "India",
"name": "Dummy addrrss",
"phone": "7000000006",
"pincode": "560102",
"state": "KARNATAKA"
},
"billingAddress": {
"addressLine1": "test",
"addressLine2": "123",
"email": "",
"city": "Bangalore",
"country": "India",
"name": "Dummy addrrss",
"phone": "7000000006",
"pincode": "560102",
"state": "KARNATAKA"
}
}
]
}
Step8. Iterate over the list and push each order and corresponding channelData in PubSub topic “wms_create_order”.
Step9. Increment pageNumber by 1 and push channelDataMap and pageNumber in TaskQueue2.
Step10. The taskQueue2 endpoint “listen/nextpageorder” will receive the event.
Step11. Again prepare the same Get Orders URL of Glance and make a GET request.
Step12. If the response received is not blank then only proceed further and iterate over the response list and push each order along with corresponding channel data in Topic “wms_create_order”.
Step 12.1. The POST endpoint "listener/createorder" will listen the create order event from the Topic
Step 12.2. Prepare WMS Request body for Create Order using the event received.
Request Body:
{
"externalChannelID": "",
"customerOrderNumber": id ,
"shipMethod": "STD",
"orderDate": orderDate,
"isCOD": {orderPrice.totalCashOnDeliveryCharges = 0?0:1},
"paymentType": {paymentType},
"taxAmount": 0,
"shipChargeAmount": {orderPrice.totalShippingCharges},
"subtotal": {orderPrice.totalCashOnDeliveryCharges + orderPrice.totalPrepaidAmount},
"orderTotal": {orderPrice.totalCashOnDeliveryCharges + orderPrice.totalPrepaidAmount + orderPrice.totalShippingCharges},
"balanceDue": {orderPrice.totalCashOnDeliveryCharges},
"thirdPartyShipping": true,
"onHold": 0,
"shippingAddress": {
"customerName": "shop101order",
"addressLine1": "Kapas Kraft Apparels Limited",
"addressLine2": "Banglore",
"city": "bengluru",
"state": "Karnataka",
"postalCode": "560005",
"countryCode": "IN",
"countryName": "India",
"contactPhone": "9998889998",
"email": "johndoe@gmail.com"
},
"billingAddress": {
"customerName": "John Doe",
"addressLine1": "Kapas Kraft Apparels Limited",
"addressLine2": "Banglore",
"city": "bengluru",
"state": "Karnataka",
"postalCode": "560005",
"countryCode": "IN",
"countryName": "India",
"contactPhone": "9998889998",
"email": "johndoe@gmail.com"
},
"items": [
{
"lineItemSequenceNumber": {orderItemId},
"itemID": "{variantId}",
"quantity": {quantity},
"customerPrice": {sellingPrice},
"discount": {discount},
"lineItemTotal": {orderItemPrice.totalPrice},
"taxRate": 0,
"taxAmount": 0,
}
]
}
Sample Request Body for WMS Create Order:
{
"onHold": 0,
"balanceDue": 0.0,
"externalChannelId": "GlanceTest",
"customerOrderNumber": "4684075054",
"orderTotal": 0.0,
"paymentType": "COD",
"isCOD": "0",
"subtotal": 0.0,
"itemsList": [
{
"itemId": "4328032051",
"taxRate": 0,
"quantity": 1.0,
"lineItemSequenceNumber": "6571487656",
"discount": 0.0,
"lineItemTotal": 171.63,
"taxAmount": 0,
"customerPrice": 171.63
}
],
"shipMethod": "STD",
"shippingAddress": {
"city": "Ghaziabad",
"countryCode": "IN",
"postalCode": "201012",
"addressLine1": "testtesttest",
"addressLine2": "testtest, testtest",
"state": "UTTAR PRADESH",
"countryName": "",
"contactPhone": "8123449577",
"customerName": "Shahrukh Khan",
"email": "pk@abc.com"
},
"billingAddress": {
"city": "Ghaziabad",
"countryCode": "IN",
"postalCode": "201012",
"addressLine1": "testtesttest",
"addressLine2": "testtest, testtest",
"state": "UTTAR PRADESH",
"countryName": "",
"contactPhone": "8123449577",
"customerName": "Shahrukh Khan",
"email": "pk@abc.com"
},
"taxAmount": 0.0,
"orderDate": "2021-07-28T00:47:58",
"shipChargeAmount": 0.0
}
Step 12.3.Extract WMS Access Token present in "channelData" by the key name “glance_workspaceToken_{connectionId}”.
Step 12.4. Send the WMS Request Body along with access token to WMS Create Order API.
WMS Create Order API: ( httpMethod = POST)
https://wms.eshopbox.com/api/order
Step 12.5. If order is created successfully then we will get a response of "200 OK" along with a Response Body.
{
"promiseDeliveryDate": "0000-00-00 00:00:00",
"vendorOrderNumber": "hORk0uaqbf",
"expectedShipDate": "2021-05-15 17:46:20",
"created_at": "2021-05-10 17:47:19",
"customerOrderNumber": "1042858d-ae9d-420e-b089-e704c9c6ce03",
"paymentType": "Prepaid",
"isCOD": "0",
"integrationType": "8",
"updated_at": "2021-05-10 17:47:19",
"thirdPartyShipping": false,
"id": 7463364.0,
"onHold": false,
"balanceDue": 0.0,
"externalChannelID": "CH0884",
"orderTotal": 1975.0,
"subtotal": 1875.0,
"shipMethod": "STD",
"shippingAddress": {
"city": "Gurgaon",
"countryCode": "IN",
"postalCode": "560025",
"addressLine1": "Test Address",
"addressLine2": "",
"state": "Haryana",
"countryName": "India",
"contactPhone": "0000000000",
"customerName": "xyz",
"email": "xyz@test.com"
},
"billingAddress": {
"city": "Gurgaon",
"countryCode": "IN",
"postalCode": "560025",
"addressLine1": "Test Address",
"addressLine2": "",
"state": "Haryana",
"countryName": "India",
"contactPhone": "0000000000",
"customerName": "xyz",
"email": "xyz@test.com"
},
"taxAmount": 400.0,
"orderDate": "2021-05-10 17:46:20",
"items": [
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918281",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 75.0,
"giftLabelContent": "",
"lineItemTotal": 348.0,
"customerPrice": 1548.0,
"productName": "testProduct",
"itemID": "TestSku1",
"taxRate": 0.16,
"lineItemSequenceNumber": 0.0,
"sku": "TestSku1",
"taxAmount": 48.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918282",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 75.0,
"giftLabelContent": "",
"lineItemTotal": 348.0,
"customerPrice": 1548.0,
"productName": "testProduct",
"itemID": "TestSku1",
"taxRate": 0.16,
"lineItemSequenceNumber": 0.0,
"sku": "TestSku1",
"taxAmount": 48.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918283",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 75.0,
"giftLabelContent": "",
"lineItemTotal": 348.0,
"customerPrice": 1548.0,
"productName": "testProduct",
"itemID": "TestSku1",
"taxRate": 0.16,
"lineItemSequenceNumber": 0.0,
"sku": "TestSku1",
"taxAmount": 48.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918284",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 75.0,
"giftLabelContent": "",
"lineItemTotal": 348.0,
"customerPrice": 1548.0,
"productName": "testProduct",
"itemID": "TestSku1",
"taxRate": 0.16,
"lineItemSequenceNumber": 0.0,
"sku": "TestSku1",
"taxAmount": 48.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918285",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 75.0,
"giftLabelContent": "",
"lineItemTotal": 348.0,
"customerPrice": 1548.0,
"productName": "testProduct",
"itemID": "TestSku1",
"taxRate": 0.16,
"lineItemSequenceNumber": 0.0,
"sku": "TestSku1",
"taxAmount": 48.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918286",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 50.0,
"giftLabelContent": "",
"lineItemTotal": 232.0,
"customerPrice": 1032.0,
"productName": "testProduct",
"itemID": "TestSku3",
"taxRate": 0.16,
"lineItemSequenceNumber": 1.0,
"sku": "TestSku3",
"taxAmount": 32.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918287",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 50.0,
"giftLabelContent": "",
"lineItemTotal": 232.0,
"customerPrice": 1032.0,
"productName": "testProduct",
"itemID": "TestSku3",
"taxRate": 0.16,
"lineItemSequenceNumber": 1.0,
"sku": "TestSku3",
"taxAmount": 32.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918288",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 50.0,
"giftLabelContent": "",
"lineItemTotal": 232.0,
"customerPrice": 1032.0,
"productName": "testProduct",
"itemID": "TestSku3",
"taxRate": 0.16,
"lineItemSequenceNumber": 1.0,
"sku": "TestSku3",
"taxAmount": 32.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918289",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 50.0,
"giftLabelContent": "",
"lineItemTotal": 232.0,
"customerPrice": 1032.0,
"productName": "testProduct",
"itemID": "TestSku3",
"taxRate": 0.16,
"lineItemSequenceNumber": 1.0,
"sku": "TestSku3",
"taxAmount": 32.0
},
{
"quantity": 1.0,
"giftMessage": "",
"cancellationReason": "",
"orderItemID": "1042858d-ae9d-420e-b089-e704c9c6ce03-17918290",
"cancellationTime": "0000-00-00 00:00:00",
"discount": 50.0,
"giftLabelContent": "",
"lineItemTotal": 232.0,
"customerPrice": 1032.0,
"productName": "testProduct",
"itemID": "TestSku3",
"taxRate": 0.16,
"lineItemSequenceNumber": 1.0,
"sku": "TestSku3",
"taxAmount": 32.0
}
],
"shipChargeAmount": 100.0
}
if the order is not created then we will get error responses. for example:
Error Code: 422
Response:
{"customerOrderNumber":["The customerOrderNumber has already been taken."]}
Step13. Increment pageNumber by 1 and push channelDataMap and pageNumber in TaskQueue2. Keep repeating the step till we doesn’t receive an empty response from Glance.