Filters shipments based on their scheduled status.
true: Retrieves only shipments scheduled for a future date/time that are still pending processing.
false: Retrieves shipments not scheduled for the future. This includes shipments whose scheduleAt time has passed and those that were sent immediately.
- If omitted: No filter is applied based on schedule status; all shipments (pending, past, immediate) are returned.