diff --git a/source/_components/aftership.markdown b/source/_components/aftership.markdown index 6a636bfd764..855d3bdad7d 100644 --- a/source/_components/aftership.markdown +++ b/source/_components/aftership.markdown @@ -49,6 +49,25 @@ api_key: type: string {% endconfiguration %} +## {% linkable_title Service `add_tracking` %} + + You can use the service `aftership.add_tracking` to add trackings to Aftership. + +| Service data attribute | Required | Description | +| ---------------------- | -------- | ----------- | +| `tracking_number` | `True` | Tracking number +| `slug` | `False` | Carrier e.g. `fedex` +| `title` | `False` | Friendly name of package + + ## {% linkable_title Service `remove_tracking` %} + + You can use the service `aftership.remove_tracking` to remove trackings from Aftership. + +| Service data attribute | Required | Description | +| ---------------------- | -------- | ----------- | +| `tracking_number` | `True` | Tracking number +| `slug` | `True` | Carrier e.g. `fedex` +

This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.