vconnect/module-vship-pickup-locator

vShip + Vconnect Pickup Locator

Maintainers

Package info

bitbucket.org/vconnectsystems/module-vship-pickup-locator

Type:magento2-module

pkg:composer/vconnect/module-vship-pickup-locator

Statistics

Installs: 173

Dependents: 0

Suggesters: 1

1.1.0 2026-05-07 10:13 UTC

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
}