docs
  1. Checkout Guide
  2. Configure
  3. Carrier & Shipping
  4. Collection Points
  5. Configuration

Configuration

Prerequisites

To effectively configure Collection Points in SCAYLE, it's important to understand how Carriers and Shipping Options function within the platform. These should be set up before configuring your Collection Points.

The configuration of a new Collection Point is done in two steps.

StepNameDescription
1Setup new Collection Point TypeCreates a Collection Point Type in the database on a global level.
2Add a Collection Point to CheckoutEnables and defines Collection Point viszalization and behavior in the Checkout Webcomponent for specific shop countries.

Create a new Collection Point Type

Collection Point Types are configured globally. Once set up, you can add and configure these Collection Point Types individually for different shop countries and its Checkout Experiences.

To create a new collection point type in the SCAYLE Panel, navigate to "Collection Point Types" under the settings menu, and click on "Create Collection Point Type." Enter the name of the new collection point type. Ensure it follows the snake_case format (words separated by underscores)

Examples of Collection Point Types include "parcel shop," "pick-up location," or an offline "store." Since Collection Points are normally related to service stations operated by specific Carrier, it's advisable to create a separate Collection Point for each Carrier.

This can be done in the SCAYLE Panel under Settings > Configurations > Collection Point Types > Create Collection Point Type.

Add a Collection Point to a Shop Country

In order to customize the Checkout Experience for each shop country, Collection Points must be added to each shop country.

This can be done in the SCAYLE Panel under Settings > Checkout > Configurations > Shipment And Delivery > Collection Points.

Once selected, the individual Collection Point or Click & Collect can be configured.

Add Collection Point to shop country

The configuration of a Collection Point will be defined by the following parameters

ParameterMandatoryExampleDescription
Collection Point Typedhl_servicepointList of available Collection Point Types on a global level.
Delegation NameservicepointKey for order delegation request. Typically identical to the Cloud Type Name.
Cloud TypeservicepointKey for used to define webhooks or Admin API responses. Typically identical Delegation Name.
Shipping Policiesstandard_deliveryWhen Shipping Policy Key is selected, a specific Shipping Policy is applied for the Collection Point.
Carrier Groupdhl

When carrierGroupKey is selected it specifies which Carriers are associated with collection points.

If null it means it should be compatible with all carriers.

Usually merchants are associated with a set of carriers available for them, therefore when collections points are associated with specific carriers, inherently means the collection point are available for these merchants.

Merchantfashionshop24When "Merchant" is selected, only specified merchants will have access to the Collection Point. If "Default" is chosen, the Collection Point will be available to all merchants.
Visibility

Controls the display of specific Collection Points. This can be used to hide Collection Points that are no longer available, due to service disruptions, legal restrictions, logistical issues, or other reasons.

If Inactive the configured Collection Points will not display in the Checkout Webcomponent. Used to hide Collection Points that are no longer available, due to service disruptions, legal restrictions, logistical issues, or other reasons.

Api Search TypeservicepointValue used when calling the external API to generate a list of possible Collection Points. Usually the same as Delegation Name
Preferred Carrier KeyIf set, it will used as pre-selected carrier in the list of available Collection Points filters that are fetched from external API. The API request will include this value to prioritise displaying Collection Points associated with this carrier.
Customer NameCheckbox to enable display of "Name" input field after a collection point is selected, and the "Mandatory" checkbox requires name input to proceed.
Customer NumberCheckbox to enable display of "Number" input field after a collection point is selected, and the "Mandatory" checkbox requires name input to proceed.
API ConfigOption to enable search through an external API. Further specifications can be defined.

Once configured, the Collection Point is visible in the Checkout Webcomponent and can be tested.
\

Provide Feedback