mirror of
https://github.com/elisspace/core.git
synced 2026-09-25 12:07:13 +00:00
* 📦 Package details and add/remove services
* lint
* Cleanup
* lint
* Fix add tracking service call
* cleanup
* Make data easier to consume on the front-end
* lint
* Add expected delivery date
* call update after add/remove
* lint
* cleanup
* Add last_checkpoint
* address review comments
* remove formatting changes
* lint
* Address review comments
* address review comments
* address review comments
* lint
* lint
25 lines
685 B
YAML
25 lines
685 B
YAML
# Describes the format for available aftership services
|
|
|
|
add_tracking:
|
|
description: Add new tracking to Aftership.
|
|
fields:
|
|
tracking_number:
|
|
description: Tracking number for the new tracking
|
|
example: '123456789'
|
|
title:
|
|
description: A custom title for the new tracking
|
|
example: 'Laptop'
|
|
slug:
|
|
description: Slug (carrier) of the new tracking
|
|
example: 'USPS'
|
|
|
|
remove_tracking:
|
|
description: Remove a tracking from Aftership.
|
|
fields:
|
|
tracking_number:
|
|
description: Tracking number of the tracking to remove
|
|
example: '123456789'
|
|
slug:
|
|
description: Slug (carrier) of the tracking to remove
|
|
example: 'USPS'
|