Update aftership.markdown

This commit is contained in:
Ian Richardson 2019-04-29 19:13:44 -05:00 committed by GitHub
parent d50e72dc80
commit 963c61e452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,20 +53,20 @@ api_key:
You can use the service `aftership.add_tracking` to add trackings to Aftership. You can use the service `aftership.add_tracking` to add trackings to Aftership.
| Service data attribute | Required | Description | | Service data attribute | Required | Type | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | -------- | ----------- |
| `tracking_number` | `True` | Tracking number | `tracking_number` | `True` | string | Tracking number
| `slug` | `False` | Carrier e.g. `fedex` | `slug` | `False` | string | Carrier e.g. `fedex`
| `title` | `False` | Friendly name of package | `title` | `False` | string | Friendly name of package
## {% linkable_title Service `remove_tracking` %} ## {% linkable_title Service `remove_tracking` %}
You can use the service `aftership.remove_tracking` to remove trackings from Aftership. You can use the service `aftership.remove_tracking` to remove trackings from Aftership.
| Service data attribute | Required | Description | | Service data attribute | Required | Type | Description |
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | -------- | ----------- |
| `tracking_number` | `True` | Tracking number | `tracking_number` | `True` | string | Tracking number
| `slug` | `True` | Carrier e.g. `fedex` | `slug` | `True` | string | Carrier e.g. `fedex`
<p class='note info'> <p class='note info'>
This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip. This component retrieves data from AfterShip public REST API, but the component is not affiliated with AfterShip.