Skip to main content

Pre-Built Tooling

CategoryDetails
AuthenticationHTTP Basic Authentication (API Key as username)
Two-Way SyncNo
Events SupportedNo
RealtimePolling
Supports Rate LimitingYes
Authentication Scopes SupportedN/A (API Key)

Objects Supported

Alloy Automation supports syncing the following objects from Picqer:
  • Products
  • Orders
  • Picklists
  • Stock
  • Warehouses

Set Up Guide

Trial Access

QuestionAnswer
Offers free trial?Yes. Picqer offers a 14-day free trial. Start free trial
Requires paid sandbox?No. The trial account can be used for testing and development.
Requires partnership to obtain authentication?No. Any user with a Picqer account can generate API keys.

Authentication (HTTP Basic Authentication)

For customers who want to completely whitelabel their authentication experience, you can provide your own developer keys instead of using Alloy Automation’s. For detailed API information, visit the Picqer API Documentation.

Use Cases

1) Order fulfillment automation

Automatically sync orders from your e-commerce platform to Picqer for warehouse management and fulfillment, streamlining the pick, pack, and ship process.

2) Inventory synchronization

Keep inventory levels synchronized between Picqer and your e-commerce platform or ERP system to prevent overselling and maintain accurate stock counts across channels.

3) Warehouse management integration

Integrate Picqer with your order management system to automate picklist creation, stock movements, and shipping notifications for efficient warehouse operations.

4) Multi-warehouse inventory tracking

Pull stock levels and warehouse data from Picqer to manage inventory across multiple locations and enable intelligent order routing based on stock availability.

5) Shipping and logistics automation

Sync order status, tracking information, and shipment details from Picqer to your customer communication systems or e-commerce platform for real-time order updates.

API Gotchas

  • Subdomain configuration: Picqer uses company-specific subdomains (e.g., company.picqer.com). Make sure you configure the correct subdomain/hostname in your API requests to reach your account.
  • Basic Auth format: Picqer uses HTTP Basic Authentication with the API key as the username and no password (or empty password). Ensure your HTTP client properly formats the Basic Auth header.
  • Rate limiting: The API has rate limits to protect system performance. Implement exponential backoff retry logic when you receive rate limit errors.
  • Webhook alternatives: While Picqer supports webhooks for real-time updates, the API integration uses polling. Consider enabling webhooks if real-time data is critical for your use case.
  • Dutch language fields: Picqer is a Dutch company and some field names or enum values may be in Dutch. Refer to the API documentation for field mappings and translations.
For questions or troubleshooting, contact support@runalloy.com.
I