action brandlovers_post_order_order_id_shipment_cancel { label: "Confirm shipment canceletion (when requested by the customer) or failure to deliver" description: "Confirm shipment canceletion (when requested by the customer) or failure to deliver one shipment" provider: brandlovers method: POST path: "/order/{orderId}/shipment/cancel" encoding: json input: { type: "object" properties: { authorization: { type: "string" } orderId: { type: "string" } } required: ["authorization", "orderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }