Using physical-payments-sdk with vtex.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
List shipping policies
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/shipping-policies
List all docks
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/configuration/docks
List paged polygons
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/configuration/geoshape
SDK on GitHub 📄 API Docs
SDK
physical-payments-sdk
Java
API
vtex.local
vtex.local:Logistics-API
At a glance
Language Java
Endpoints53
Base URLhttps://vtex.local
✓ Official