Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
¶ 1.0.9 - 2023-05-24
Fixed
- Fixed Getting started page in Getting Started
¶ 1.0.8 - 2023-05-19
Added
- Added
discard
to Undeliverable Action options
¶ 1.0.7 - 2023-05-16
Fixed
- Fixed Cancellation Reasons on Delivery Status Notification and Courier Update Notification
Added
- Added definition for
external_id
on Create Delivery
¶ 1.0.6 - 2023-05-09
Removed
- Removed value
ongoing
from allowed values on status list in Get Delivery
Fixed
- Fixed
dropoff_phone_number
andpickup_phone_number
description in Create Delivery and Create Qoute to include format specification
¶ 1.0.5 - 2023-05-04
Removed
- Removed
dropoff_identifier
in Create Delivery, Cancel Delivery, Update Delivery, List Delivery, Delivery Status Notification and Courier Update Notification
Added
- Added
outcome
andtimestamp
toscan_result
in Verification Barcode Scan Result - Added description for primary and secondary
cancellation_reason
on Delivery Status Notification and Courier Update Notification
¶ 1.0.4 - 2023-05-03
Added
- Added description about the usage of
delivery_id
andUUID
in POD Retrieval
Removed
- Removed
signature_requirement
for Direct API
¶ 1.0.3 - 2023-05-02
Fixed
- Fixed description in Manifest
- Fixed description in Manifest Item
¶ 1.0.2 - 2023-05-01
Fixed
- Fixed notes for
deliverable
andundeliverable
actions Request Parameters - Fixed description in Deliverable Action
- Fixed description in Undeliverable Action
¶ 1.0.1 - 2023-04-28
Added
- Added verification description in Direct Get Delivery Status
Fixed
- Fixed all descriptions around “cents” in all DaaS API
- Fixed errors order in POD Retrieval
¶ 1.0.0 - 2023-04-14
Added
- Added the Create Organization API
- Added the Refund Notification Webhook to the DaaS API
- Added batch_id to Delivery Status Notification which will now be used instead of route_id for identifying batched orders
Fixed
- Fixed the object type for the
size
from object to string field in Create Delivery and Update Delivery - Fixed missing descriptions for Address field in Create Organization API
- Fixed incorrect description for pickup_phone_number field in Create Delivery
- Standardized the manifest items reference body in Create Delivery
- Fixed the event field in Delivery Status Notification payload to only display
kind
andstatus
- Fixed status description in Create Delivery Response to always show pending by default
Changed
- Changed the HTTP status code for
address_undeliverable_limited_couriers
from 422 to 400 in Create Quote and Create Delivery - Change the description for
courier_imminent
in Delivery Status Notification Webhooks, Courier Update Notification, and Get Delivery
Removed
- Removed the
package
field as a verification requirements as it was outdated - Removed an outdated overview page and HTTP status code page
- Removed unused parameters in
manifest_items
in Create Delivery