action codat_get_purchase_order { label: "Get purchase order" description: "Get purchase order" provider: codat method: GET path: "/companies/{companyId}/data/purchaseOrders/{purchaseOrderId}" encoding: json input: { type: "object" properties: { purchaseOrderId: { type: "string" } } required: ["purchaseOrderId"] additionalProperties: false } output: { type: "object" description: "> View the coverage for purchase orders in the Data coverage explorer.\n\n## Overview\n\nPurchase orders represent a business's intent to purchase goods or services from a supplier and normally include information such as expected delivery dates and shipping details. \n\nThis information can be used to provide visibility on a business's expected payables and to track a purchase through the full procurement process." } }