edit_pickup_store

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

  1. Retrieve list of valid stores.

  2. Present options (distance, address, name).

  3. Confirm customer's choice.

  4. Call edit_pickup_store.

  5. Communicate updated pickup rules.


Arguments

Field

Type

Required

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.”