Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): New CarrierAttribute called DetailedStatuses #167

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions shipping/metadata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,8 @@
"ManifestPhysical",
"NonZeroRating",
"Regional",
"RequiresInboundWebhook"
"RequiresInboundWebhook",
"DetailedStatuses"
],
"x-enumDescriptions": {
"Consolidator": "This carrier supports consolidating individual shipments into a single larger shipment.",
Expand All @@ -1536,7 +1537,8 @@
"ManifestPhysical":"This carrier supports manifesting with a document returned to the user. This is overridden by service-level manifest attributes if they exist.",
"NonZeroRating": "This carrier is expected to return a non-zero shipping rate when called via GetRates method for all services.",
"Regional": "This carrier operates only within a specific geographical region.",
"RequiresInboundWebhook": "This carrier requires an inbound webhook ID to receive tracking updates."
"RequiresInboundWebhook": "This carrier requires an inbound webhook ID to receive tracking updates.",
"DetailedStatuses": "This carrier returns status details via tracking"
}
}
},
Expand Down