You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to customize the OrdersController getOrders method. Currently it pulls the orders where the date ordered is between begin and end dates passed from ShipStation. My site may take an order today that is payment pending and might not be ready to import into ShipStation for shipment until the payment clears several days later. In this scenario when I'm ready to import/ship the order the date ordered is outside the date range requested by ShipStation.
Would you suggest adding an override call back similar to the ones used for the custom fields and oneShipStationShippingMethod?
The text was updated successfully, but these errors were encountered:
I'm looking for a way to customize the OrdersController getOrders method. Currently it pulls the orders where the date ordered is between begin and end dates passed from ShipStation. My site may take an order today that is payment pending and might not be ready to import into ShipStation for shipment until the payment clears several days later. In this scenario when I'm ready to import/ship the order the date ordered is outside the date range requested by ShipStation.
Would you suggest adding an override call back similar to the ones used for the custom fields and oneShipStationShippingMethod?
The text was updated successfully, but these errors were encountered: