Orders tools

Updated May 21, 20261 min read

5 tools for the top-level order entity. Fulfillment-order operations (splits, merges, location moves, scheduling, fulfilling, shipping) live in the separate Fulfillment orders family.

Reads

ToolWhat it returns
get_orderOne order by Carriyo order_id or partner_order_reference.
list_ordersOrders with paging, sorting, search, and merchant filters.

Writes

ToolWhat it does
create_orderCreate a new order.
edit_orderPatch root order fields. To change items, use the fulfillment-order tools.
cancel_orderCancel an order and all its fulfillment orders.
  • Fulfillment orders — where the operational actions live (split, merge, fulfill, ship, cancel items, change location / delivery method, schedule).
  • Shipments — once a fulfillment order ships, the resulting shipment is the unit of carrier interaction.