Procedures
Automation procedures in the Katana book.
Ensure that you have installed or connected the Katana book and created a new playground before using these automation procedures.
to retrieve some (customers)
Fetch the customers with optional filtering.
Output Concepts
Examples
Retrieve customers
Retrieve customers with filtering
Retrieve customers with a limit and offset
to retrieve some (purchase orders)
Fetch the purchase orders with optional filtering.
Input Concepts
include deleted
Whether to include deleted items in the response.
boolean
No
(no default)
Output Concepts
Examples
Retrieve purchase orders
Retrieve purchase orders with filtering
Retrieve purchase orders for specific supplier
Retrieve purchase orders with a limit and offset
Retrieve purchase orders with include_deleted
to retrieve some (sales orders)
Fetch the sales orders with optional filtering.
Input Concepts
include deleted
Whether to include deleted items in the response.
boolean
No
(no default)
Output Concepts
Examples
Retrieve sales orders
Retrieve sales orders with filtering
Retrieve sales orders for specific customer
Retrieve sales orders with a limit and offset
Retrieve sales orders with include_deleted
to update a (sales order)
Update an existing sales order.
Input Concepts
Output Concepts
Examples
Update sales order
Last updated
Was this helpful?
