REF field in Fedex labels not being filled out #1082
Unanswered
Anderson Mesquita (andersonvom)
asked this question in
Q&A
Replies: 3 comments 2 replies
|
I'll be looking at this today and will be able to confirm or deny if this is an issue (if it is... I'll fix it 😉) |
0 replies
|
I've fixed this in #1089 ; We'll need Dan (@danh91) or someone to review and merge if appropriate. I also added in the other possible customerReferences from the fedex api which can be sent via the api in the shipping options. I've made a new post, #1090 about extending the UI to allow for these options. |
2 replies
|
Thanks Anderson Mesquita (@andersonvom), good catch. Confirmed bug — the REF was not making it onto the FedEx label. Chris Nolan.ca (@ChrisNolan) already fixed it in #1089 (and added support for the other FedEx customerReferences via shipping options). Queuing that for review and merge, will close this out once it lands. |
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.
Hi everyone,
I've been trying to get the
REFfield on a Fedex label to display any reference data, but to no avail. I've tried setting it both in the shipment itself (in thereferenceattribute) and in thereference_numberattribute ofparcels, none of which work.parcels.reference_numbergets overwritten with the Fedex tracking number once the label is purchased. The shipmentreferenceattribute retains the information, but it's only displayed in the UI; it doesn't get displayed in the label.In all cases, the
REFfield in the printed label is empty. Am I missing some other location in which to store this information or is this a bug?All reactions