Publishers delivering newspapers via internal drivers (not USPS) require a structured delivery order per address.
Pelcro currently has no field to store a delivery sequence number, making it impossible to preserve or manage route order within the platform or during migration.
Publishers must manage delivery order externally, creating operational inefficiencies.
As a publisher operations manager,
I want to assign a driver delivery sequence number to an address,
so that delivery order can be preserved and included in fulfillment exports.
As a publisher migrating to Pelcro,
I want to import this sequence number via API,
so existing driver routes are not disrupted.
Add a new field to the Address object:
delivery_sequence_number
Field Specifications
Type: Integer
Nullable: Yes
Validation: Must be β₯ 1 if set
No enforced uniqueness
Field available in:
POST /addresses
PUT /addresses/{id}
GET /addresses/{id}
Import / migration endpoints
Included in API responses
Fully documented in API schema
Add numeric input field in Address Edit View
Label: Driver Delivery Sequence
Validation: Integer β₯ 1
Editable from platform
Add a new column in print fulfillment exports:
delivery_sequence_number
No change to default export sorting logic.
If value is null, export cell remains empty.
β Address object includes delivery_sequence_number
β Editable via Admin UI
β Create/update via Core API
β Supported in migration imports
β Visible as a column in fulfillment export
β API documentation updated
β QA validated on staging
Please authenticate to join the conversation.
Done
Pelcro Product
27 days ago

Rana Haleem
Get notified by email when there are changes.
Done
Pelcro Product
27 days ago

Rana Haleem
Get notified by email when there are changes.