- Status Closed
- Percent Complete
- Task Type New Feature
- Category Backend / Core
-
Assigned To
Owen - Operating System Linux
- Severity Medium
- Priority High
- Reported Version 1.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Orders Admin SMS
Opened by FS_admin - 12.08.2025
Last edited by FS_admin - 27.08.2025
Opened by FS_admin - 12.08.2025
Last edited by FS_admin - 27.08.2025
FS#231 - Add ability to send tracking number to SMS
See below for email exchange
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
From what I understand all that is required from our end is to use a different ENUM for UPS(external), is that correct? If it is, please could you send me the ENUM?
I see from your spec that "tracking_number" is not in the initial create order request. It is however available in the insert missing data request. (Does the original order have to have "has_missing_data" set to true?) Does it matter how quickly the missing data is sent to your system? If we send the missing data immediately after the new order will your system have set the order status to New? Or possibly Missing if "has_missing_data" is set to true?
ENUM for UPS(External) : UPS_EXTERNAL
The 'has_missing_data' could be set to true if you do not want order to be processed until you provided those missing data. After you set missing data like tracking number , you can change 'has_missing_data' to false, so that order could be released. Orders that have this field set tot true will be skipped during the release and will keep the status 'new'.
- send tracking number in order update with "has_missing_data" set to true
S.M.S. assigned permission to use the order update API!
Reported as working by sales team