action rebilly_post_invoice_recalculation { label: "Recalculate an invoice" description: "Recalculate an invoice with specified identifier string.\nIt will recalculate shipping rates, taxes, discounts. It is useful when coupon was revoked or customer redeemed coupon after invoice was issued and you want to apply it to this invoice.\n" provider: rebilly method: POST path: "/invoices/{id}/recalculate" encoding: json output: { type: "object" } }