Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Add Shipment Notification Services to ServicesRequest node for FedEx #561

Open
jiblits opened this issue May 29, 2018 · 1 comment
Open

Comments

@jiblits
Copy link
Contributor

jiblits commented May 29, 2018

As can be seen within this section of the fedex code there's no way to easily tie in to add additional features that some shipping automation may require.

I need to build this anyway for a shipping solution I'm implementing, and if there's interest I could add the feature to mainline.

Information for Shipment Notifications can be found in Section 7 of the Fedex API documentation

What I have in mind:

fedex.build_shipment(origin, destination, package, service_type: service_type,
    notifications: {
        "[email protected]": %i(shipment exception),
        "[email protected]": %i(exception)
    })

However, if there's something that would be preferred feel free to let me know.

@jiblits
Copy link
Contributor Author

jiblits commented May 30, 2018

This is where I've gotten with the feature, which I'll be using for the foreseeable future.

If there's interest in adding it to the main codebase, let me know. Otherwise feel free to close the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant