โ04-24-2024 09:39 AM
Hey all,
I'm looking for some help/insight into an issue I'm having importing orders to the correct manual store.
Background:
My company has set up manual stores per client within Shipstation. The clients place their orders on a google sheet and we import from there. Our current process is all manual. My goal is to automate those uploads via Script & API.
Solution:
I have successfully built the script to upload to Store A (Our first manual store), however when I put the script into a different client's sheet and change the storeId variable, it still uploads to Store A.
I've added Logs to ensure the storeId variable is carried across the script correctly as well as logs to break down the payload being sent as a new order, however when i reach this part:
โ04-24-2024 10:54 AM
Follow-up on this.
I needed to add the storeId to the AdvancedOptions section of my payload. It didn't automatically reassign the value.