Skip to content

Commit

Permalink
feat(): Added new CarrierAttribute called DetailedStatuses (#167)
Browse files Browse the repository at this point in the history
Added new CarrierAttribute called DetailedStatuses for tracking-service purposes.

JIRA: https://auctane.atlassian.net/browse/GOLD-5094
  • Loading branch information
maciejsabik authored Oct 11, 2024
1 parent e901bd6 commit 51084e1
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 51084e1

Please sign in to comment.