action i_cue_post_inventory_reorder_point { label: "Re-order Point" description: "Re-order Point" provider: i_cue method: POST path: "/inventory/reorder-point" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }