action brandlovers_post_order_order_id_shipment_exchange { label: "Confirm item exchange" description: "This enpoint to confirm item exchange when failure to deliver or requested by the customer. All customer requests are tracket via trouble tickets" provider: brandlovers method: POST path: "/order/{orderId}/shipment/exchange" encoding: json input: { type: "object" properties: { authorization: { type: "string" } orderId: { type: "string" } } required: ["authorization", "orderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }