edit_pickup_store
Description
Changes the pickup store for a Click & Collect / ROPIS order. Requires that the new endpoint is a valid pickup location for the order.
When to Use
Customer wants to collect their order in a different store.
Original pickup store is closed, unavailable, or out of stock.
After presenting alternatives with
get_available_pickup_stores.
Workflow
Retrieve list of valid stores.
Present options (distance, address, name).
Confirm customer's choice.
Call
edit_pickup_store.Communicate updated pickup rules.
Arguments
Field | Type | Required |
|---|---|---|
order_id | string | Yes |
endpoint_id | string | Yes |
Input Schema
{
"order_id": "string",
"endpoint_id": "string"
}
Output
{ "result": "string" }Sample Prompts
“Move pickup for order 8123 to store endpoint_55.”
“Change the pickup location to the Bordeaux store.”