Tool to retrieve a specific order by ID. Use when you need complete details of a known order, including optional relationships like customer or coupon. Call after confirming the order ID.
idRequiredstringUnique identifier (UUID or numeric) of the order to fetch.
fieldsarrayList of order fields to include in the response, e.g., ['created_at','updated_at','number'].
includearrayList of related resources to include, e.g., ['customer','coupon','start_location'].
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.