vconnect / module-vship-pickup-locator
vShip + Vconnect Pickup Locator
Package info
bitbucket.org/vconnectsystems/module-vship-pickup-locator
Type:magento2-module
pkg:composer/vconnect/module-vship-pickup-locator
1.1.0
2026-05-07 10:13 UTC
Requires
- magento/framework: *
- magento/module-sales: *
- vconnect/module-pickup-locator: ^1
- vconnect/module-vship-commlink: ^1
This package is auto-updated.
Last update: 2026-05-07 10:13:24 UTC
README
Documentation
Usage
The extension provides support of :locationId and int:locationId placeholders for the Additional Payload carrier mapping config:

Example of the Additional Payload carrier mapping config:
{
"location": ":locationId",
"shop_drop_point_id": "int:locationId"
}
Is processed to:
{
"location": "2760907489",
"shop_drop_point_id": 2760907489
}