action shipengine_add_funds_to_insurance { label: "Add Funds To Insurance" description: "You may need to auto fund your account from time to time. For example, if you don't normally ship items over $100,\nand may want to add funds to insurance rather than keeping the account funded.\n" provider: shipengine method: PATCH path: "/v1/insurance/shipsurance/add_funds" encoding: json input: { type: "object" description: "An add funds to insurance request body" additionalProperties: false } output: { type: "object" description: "Add funds to insurance response body" additionalProperties: false } }