Author:
Fluent Commerce
Changed on:
13 Dec 2023
This topic explains the dispatch process for Home Delivery (HD) and Click and Collect (CC) fulfilments using the ServicePoint console.
This topic explains the dispatch process for Home Delivery (HD) and Click and Collect (CC) fulfillments using the ServicePoint console.
Courier Booking and Courier Collections features are available for HD fulfillments which are shipped to customers. additionally, both the options are available for Click and Collect fulfillments which are shipped from the fulfilling store to the pick up location. After the packaging of all the fulfillments in a wave is completed, the store associate clicks on the Book Courier button to book a consignment for all the fulfillments in the wave.
After the packaging of all fulfillments in a wave is completed, the store associate clicks the Book Courier button to book a consignment.
Fulfillment types in a wave can be as follows:
Servicepoint can easily integrate with any courier company via APIs to courier book the fulfillments.
ServicePoint app front end API calls to show data on the courier collections screen.
Courier Collection - Failed
Article status is COURIER_COLLECTION or AWAITING_COLLECTION where the fulfillment types are: STC, SFDC, HD_PFDC or HD_PFS and consignment status is FAILED.
Call made by ServicePoint:
`https://sandbox.api.fluentretail.com/api/v4.1/article?retailerId=1&status=COURIER_COLLECTION&status=AWAITING_COLLECTION&fulfilmentStatus=FULFILLED&fulfilmentStatus=PARTIALLY_FULFILLED&type=STC&type=SFDC&type=HD_PFDC&type=HD_PFS&count=100&consignmentStatus=FAILED`
Courier Collection - Active Lodged Collections Article status is COURIER_COLLECTION or AWAITING_COLLECTION where the fulfillment types are: SFDC, HD_PFDC or HD_PFS and consignment status is ACTIVE_LODGED.
Call made by ServicePoint:
`https://sandbox.api.fluentretail.com/api/v4.1/article?retailerId=1&status=COURIER_COLLECTION&status=AWAITING_COLLECTION&fulfilmentStatus=FULFILLED&fulfilmentStatus=PARTIALLY_FULFILLED&type=STC&type=SFDC&type=HD_PFDC&type=HD_PFS&count=10&consignmentStatus=ACTIVE_LODGED`
Reference article: How to Enable Article Barcode Scanning
Customer Collections feature is applicable only to the CC fulfillments and is used to confirm if the order is collected by the customer.
The CC feature of the ServicePoint app provides a two-step process to confirm the order collected by the customer:
The ServicePoint app front end API calls are as follows: Customer Collection
Article status is COURIER_COLLECTION or AWAITING_COLLECTION where the fulfilment type is: CFS, CC_PFDC or CC_PFS
Call made by ServicePoint:
`https://sandbox.api.fluentretail.com/api/v4.1/article?retailerId=1&status=COURIER_COLLECTION&status=AWAITING_COLLECTION&fulfilmentStatus=FULFILLED&fulfilmentStatus=PARTIALLY_FULFILLED&type=CFS&type=CC_PFDC&type=CC_PFS&count=10&direction=INBOUND`
Reference article: How to Display Order Items On The Customer Collection Screen
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.