Public routes to get product data from our catalog and quote orders
base__diseases=INT
(Disease ID)base__category=INT
(Category ID)base__pharmaceutical_company=INT
(Pharma company ID)is_active=BOOL
(True returns products that can be bought)has_shortage=BOOL
(False returns products that are available and not in shortage)min_price=DOUBLE
max_price=DOUBLE
id__in=INTs separated by commas
ean_key__in=EANs separated by commas
created_at
This is the default by descending orderupdated_at
Last updated datebase__name
By alphabetical order of nameprice
By pricesavailable
True/False. If True exclude Categories without any inactive/shortage productsupdated_at
This is the default by descending ordername
By alphabetical order of nameavailable
True/False. If True exclude Companies without any inactive/shortage productsupdated_at
This is the default by descending ordername
By alphabetical order of nameupdated_at
This is the default by descending ordername
By alphabetical order of nameDETAIL
objects. Each detail has {"product": ID, "quantity":INT}
.
The shipping methods vary depending on the zip code, they can be seen under the array of shipping_method_options
. The structure of this object is like so:
"id"
: The primary key of the object."method"
: The type of shipping method, currently available options are: "local"
, "standard"
and "express"
.min_delivery_days
: Minimum amount of working days to deliver the order.max_delivery_days
: Maximum amount of working days to deliver the order.expected_delivery_date
.