Skip to content

Upcdatabase

flowtask.components.UPCDatabase

UPCDatabase

UPCDatabase(loop=None, job=None, stat=None, **kwargs)

Bases: AbstractREST

UPCDatabase.

Querying UPC Database for Product information.

Example:

```yaml
UPCDatabase:
  method: currency
  base: USD
  credentials:
    apikey: UPC_API_KEY
```

currency async

currency()

currency.

Currency information and exchange rates supported by UPC

currency_history async

currency_history()

currency.

Retrieves the currency conversion rates for a specific date.

product async

product()

product.

Product information based on UPC barcode

search async

search()

product.

Search for a product based on item parameters.