π Problem Statement
As a publisher, I experience challenges mapping subscriber addresses to carriers/vendors, which results in unnecessary daily manual assignments, routing errors, and fulfillment delays.
π‘ User Story
As an operations user, I want addresses to be automatically classified and assigned to the correct vendor using delivery prompts, so that vendor mapping is consistent and no longer requires daily manual effort.
As an admin user, I want to define delivery service areas per vendor using standard postal formats, so that assignment rules are structured and easily maintained.
π― Definition of Done (DoD)
β A new field, vendor_id, is added to the Shipping Address object:
Readable and writable via the Pelcro Core API
Editable and visible in the Address view on the platform
Must reference a valid existing Vendor ID
β Extend the Vendor object to support one Delivery Prompt per vendor:
Admins can create, edit, and delete a single delivery prompt per vendor
Prompts define service zones using standard mailing formats:
ZIP code ranges (e.g., 04401β04412)
Street address ranges (e.g., Main St 100β399)
City or county filters (e.g., Bangor, Penobscot County)
β When an address is created or updated:
It is evaluated against all existing Delivery Prompts across vendors by an AI agent
The first matching vendor (based on internal order) will be assigned as the vendor_id
If no match is found, vendor_id remains empty
If multiple matches occur, the first match will be used by default
Each address can be assigned to only one vendor
β Updating a Vendorβs Delivery Prompt does not trigger re-evaluation of existing addresses.
If reclassification is required, it must be done manually via Core API or bulk update tools.
β The following areas will reflect vendor_id:
List & Fulfillment Exports (for Mailable: Local Delivery lists)
List Builder (filter by vendor ID or blank vendor)
Address View β displays and allows editing of vendor_id
Vendor View β displays the list of matched addresses
Please authenticate to join the conversation.
In Progress
Pelcro Product
13 days ago

Rana Haleem
Get notified by email when there are changes.
In Progress
Pelcro Product
13 days ago

Rana Haleem
Get notified by email when there are changes.