Checkout
To check availability of the items.
Get the availability of medicines
POST
{{apiUrl}}fulfillment/orders/checkout
For the medicines which are out of stock, available alternative medicines will be provided.
Request Body
Name
Type
Description
apikey*
String
Authentication Token
items*
String
Stringified Array of Items.
Items should contain at least 1 object.
MIN: 1 (medicines)
MAX: 20 (medicines)
Example:
latitude
Number
Latitude of the customer
longitude
Number
Longitude of the customer
Last updated