Alle Produkte
Filter
Filter
1843 Produkte
Nail Polish Remover Clips 10 stück Größe S
Angebot2,99 €
Krallenform Tips transparent (500 Stück)
Angebot9,99 €
Nail Tips C-Curve Square
Angebot9,99 €
HEMA free
Nail Art Swirl
Angebot2,99 €
Double-Sponge Brush Set
Angebot4,99 €
Tips Klammer durchsichtig
Angebot0,99 €
Fiberglas Streifen (Seide)
Angebot1,49 €
HEMA free
Quick Finish High Viscosity
Angebot9,99 €
HEMA free
Nagel- und Nagelhautschere
Angebot3,99 €
Pinch Klemme
Angebot1,54 €
Regulärer Preis1,93 €
HEMA freeSale
5 Clips Press-On Tips/Popits
Angebot1,99 €
UV/LED Taschenlampe 12W 2in1
Angebot6,49 €
Multifunctional Buffer Superflex (100/180)
Angebot0,99 €
HEMA free
Staleks Professional cuticle scissors EXPERT 50 TYPE 3
Angebot16,99 €
HEMA freeSpare 16%
Soft Gel Nail Tips Coffin Shape Baby Rose 120 in Tipbox
Angebot3,99 €
Nail Tip-Holder Silber
Angebot2,99 €
Color Display Fächer mit 50 Tips
Angebot9,99 €
Polyacryl-Gel Set
Angebot19,78 €
Regulärer Preis29,60 €
Nail Whipes 5 X 5 cm 200 Stück in Box
Angebot4,49 €
HEMA freeSpare 16%

Integrating the service point picker
Sendcloud provides a service point picker which can be easily integrated with your system. This will display a map on your checkout page, from which your customers can choose a convenient service point to have their parcel delivered to. You can find out more about the service point picker here.
Please note that the service point will be displayed in the language that is set in your account, and not by the language of the web browser.
Before you begin, make sure you have:
- Obtained your API keys
- Enabled Service Points for selected carriers in your Integration settings
To integrate the service point picker with your custom-built shop:
- Play around with the live example. When selecting a service point, you’ll receive a service point object and a post number, if entered, as a result. You’ll need that data later when creating a new parcel through our parcels API (see Create a parcel in our shipping API reference).
- Make sure to fill in the
to_service_point
andto_post_number
parameters when sending the data over. - You can copy the code from the bottom of this page, under the Usage section
To integrate with your back-end code:
- You need to call sendcloud.servicePoints.open and provide with a config object, a success callback and a failure callback (example)
- Once a Service Point is selected, our library will call your callback function with a Service Point Object. This contains the service point address properties and the unique
service_point_id
. - When you Create a parcel via the API, you will need to structure your request so that it includes the service point address information. In the
to_service_point
parameter, pass the service point ID. - You can find a guide on creating parcels to ship to service points with the Sendcloud API here.
Related Links:
- Sendcloud API Documentation
https://api.sendcloud.dev/docs/sendcloud-public-api/ - Service Point Picker integration example
https://sendcloud.github.io/spp-integration-example/ - Service Point Picker integration example repository
https://github.com/SendCloud/spp-integration-example/