Tracking Url, Label Url missing in UI when fulfillment Mark as Shipped #13133
jha-r
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I think this is already implemented, as these fields are shown when I mark a fulfillment as shipped. I used Medusa 2.13.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, when marking a fulfillment as "Mark as Shipped" in the Medusa Admin UI, the form only includes a field for the Tracking Number.
However, the backend/db supports two additional fields:
It would be helpful to have corresponding input fields for these two values directly in the UI to fully utilize the shipping metadata and improve fulfillment workflows.
Proposed Enhancement:
Add optional input fields for:
tracking_url
label_url
Display these fields when marking a fulfillment as "Mark as Shipped"
Make them consistent with the backend schema and update calls
Beta Was this translation helpful? Give feedback.
All reactions