View as Markdown
Picqer icon

Picqer ACTION

Search Picqer Orders

Search for orders in Picqer. See the documentation
  • Action
  • Read only
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Picqer account once, then configure and run Search Picqer Orders from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "picqer-search-orders",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    picqer: { authProvisionId: "apn_xxxxxxx" },
    search: "Search",
    sinceId: "Since ID",
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Search Picqer Orders inputs
Property Type Description
search Search string
Search through the fields orderid, reference, customer name and customer contact name.
Optional
sinceId Since ID string
Get the orders with a later idorder than given.
Optional
beforeId Before ID string
Get the orders with a smaller idorder than given.
Optional
sinceDate Since Date string
Get the orders that are added after this date and time. Format: YYYY-MM-DD HH:MM:SS
Optional
untilDate Until Date string
Get the orders that are added before this date and time. Format: YYYY-MM-DD HH:MM:SS
Optional
status Status string
Get the orders that have this status.
Optional
reference Reference string
Get the orders that have this value as reference.
Optional
emailAddress Email Address string
Get the orders that have this value as email address.
Optional
customerId Customer ID string
Get all orders for this customer.
Optional Dynamic
warehouseId Warehouse ID string
Get the orders that can be delivered from this warehouse.
Optional Dynamic
fulfillmentCustomerId Fulfillment Customer ID string
Get the orders for this fulfilment.
Optional Dynamic

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
picqer-search-orders
Version
0.0.3
App
Picqer
Authentication
API key
Read-only
Yes
Destructive
No
Open world
Yes