Webhook Setup
The Webhook integration lets you send orders to Pickpad via REST API using an API key.
1. Select order source
Go to Settings > Orders source and select Webhooks.
2. Create an API key
An API keys section will appear. Click Create API Key and copy the key.
3. Set up your stations
Create at least one station in Stations and note the locationExternalId. You'll use this as the locationId when sending orders.
4. Send your first order
See Sending Orders for the endpoint reference and payload format.
Authentication
Pass the API key in the x-api-key header on every request:
x-api-key: <your-api-key>