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

Add Shipment Notification Services to ServicesRequest node for FedEx #561

@jiblits

Description

@jiblits

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: {
        "receiver@example.com": %i(shipment exception),
        "shipper@example.com": %i(exception)
    })

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions