action climatekuul_ecommerce_delivery { label: "ecommerceDelivery" provider: climatekuul method: POST path: "/ecommerceDelivery" encoding: form input: { type: "object" properties: { "Content-Type": { type: "string" } } required: ["Content-Type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }