/spp-integration-example

Custom servicepoint location picker integration example

Primary LanguageHTML

Service Point Picker

This repository demonstrates how to integrate Sendcloud's Service Point Picker into a custom application.

Currently implements Sendcloud's v1.0 Service Point Picker Embed JS.

💡Tip: read the index.html file source code.

How to set up

  • Enable Service Points in your Sendcloud's API integration
  • Play around with the live example. When selecting a service point you'll receive a Service Point object and optionally a post number as the result.
  • You'll need that data later when creating a new parcel through our Parcels API (see Create new parcel in our api documentation).
  • Make sure to fill in the to_service_point and to_post_number parameters when sending the data over.

Further reading

Please refer to the Service Points API documentation. There you can determine the list of possible values to be used to filter service points to certain carriers, for example.

Officially supported browsers

  • IE >= 10
  • Edge (Blink, and Chromium)
  • Firefox
  • Chrome
  • Safari