put https://api.developers.deliveroo.com/order/picking/v1/webhooks
Summary
This API endpoint allows the partner to configure the Picking API webhook URL for the integrator.
NOTE
This endpoint should only be used by Middleware providers, integrated with Deliveroo. Before proceeding, please confirm with your dedicated Technical Integration Manager to confirm if this is the correct endpoint to be implemented, as per your config set up.
Usage scenario
Common Middleware URL for all brands
For this scenario set picking_status_url
to the proper URL value and set has_unique_webhook_urls
to false.
This ensures that order statuses for all brands will be sent to this URL only.
Brand-unique URL
For this scenario set picking_status_url
to an empty string and set has_unique_webhook_urls
to true.
This will enable usage of brand-specific URLs for sending the Picking API order statuses.
Business constraints
None
Operational constraints
None