hotwax / fulfillment

HotWax Commerce Fulfillment app
Apache License 2.0
7 stars 34 forks source link

Order ID column data of CSV is getting converted to 'orderIdValue' instead of 'orderId' during EXIM process #593

Open Adameddy26 opened 1 week ago

Adameddy26 commented 1 week ago

Current behavior

The 'Order ID' column data is converted to 'orderIdValue', causing the import to fail and generating error logs.

Expected behavior

The data in the 'Order ID' column should remain as 'orderId' during the import process, ensuring the file is uploaded successfully without generating error logs.

Steps to reproduce the issue

Prepare a CSV file with packed orders. Ensure the CSV contains a column for order id, facility id and tracking code with appropriate values. Use the EXIM module of App to import the CSV file. Go to EXIM. Observe that the import fails. Check the failed logs and note that it is asking the data for 'orderIdValue' instead of 'orderId'.

Environment details

App version : MAIN-4BB1579 App environment : DEV