cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Shipstation view order screen displays wrong shipBy date

rdhakade
New Contributor

As per ShipStation API docs

https://www.shipstation.com/docs/api/requirements/#datetime-format-and-time-zone

We are converting order date and shipBy date in PST/PDT format and sending it to the shipstation. When the shipstation displays shipBy date on UI it is not showing in the configured time zone and causing time discrepancy.

 

Sending Date in create order API request to Shipstation PST/PDT timezone:

POST https://ssapi.shipstation.com/orders/createorder

"orderDate":"2021-06-16 07:30:00",

"shipByDate":"2021-06-16 07:30:00"

 

Getting API response from Shipstation GET order:

GET ssapi.shipstation.com/orders/5659834

"orderDate":"2021-06-16T07:30:00.0000000"

"shipByDate":"2021-06-16T07:30:00.0000000"

 

Shipstation Displays on UI:

Order Date :17/06/21

Ship By : 16/06/21

 

Shipstation getting data for UI from backend:

"orderDateTime":"2021-06-16T14:30:00Z"

"shipByDateTime":"2021-06-16T07:30:00Z"

 

Configured Time Zone in Shipstation UI: AEST

 

Please find the attached screenshots for referenceshipstation-timezone.pngshipsation-view-order-screen.pngdata-coming-from-backend-for-ss-ui.pngget-order-API-response.png.

 

1 REPLY 1

masonfabian
Super User
Super User

Well documented - good find. I would suggest reaching out to the support team and opening a ticket with them to get this resolved quickest!