Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bindings provide access to request and response data in mapping expressions
query
body
context
before
id
{ "warehouse_id": query.location_id, "limit": query.page_size }
rawQuery
{ "order_name": body.name, "customer_email": body.customer.email }
response
headers
{ "id": response.order_id, "status": $lowercase(response.order_status), "items": response.line_items.{ "sku": sku, "quantity": qty } }
error
step
{ "person_id": query.contact.id }
{ "contact": { "id": query.person_id, "name": response.full_name } }
$lowercase()
$lowercase(status)
$uppercase()
$uppercase(code)
$now()
$count()
$count(items)
$sum()
$sum(items.price)
$merge()
$merge([a, b])