action warwick_get_api_v2_0_lookup { label: "get_api_v2_0_lookup" description: "Generic endpoint for lookup list of barcodes" provider: warwick method: GET path: "/api/v2.0/lookup" encoding: json input: { type: "object" properties: { barcode: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }