1.1.0 • Published 2 years ago

javascript-iiko-delivery-library v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

iiko Delivery Library

Installation

npm install -s javascript-iiko-delivery-library

Methods

getOrganisations();

For results refer to iiko documentation

getNomenclature(organisationId);

organisationId can retrieved from getOrganisations method

For results refer to iiko documentation

getPaymentMethods(organisationIds);

organisationIds can retrieved from getOrganisations method

For results refer to iiko documentation

getTerminalGroups(organisationIds);

organisationIds can retrieved from getOrganisations method

For results refer to iiko documentation

getDeliveryOrderTypes(organisationIds);

organisationIds can retrieved from getOrganisations method

For results refer to iiko documentation

getDeliveryCities(organisationIds);

organisationIds can retrieved from getOrganisations method

For results refer to iiko documentation

getDeliveryStreets(organisationId, cityId);

organisationId can retrieved from getOrganisations method cityId can be retrieved by getDeliveryCities method

For results refer to iiko documentation

deliveriesCreate(delivery);

for delivery object and result please reffer to iiko documentation

getDelivery(organisationId, orderId);

organisationId can retrieved from getOrganisations method orderId can be found in result of deliveriesCreate method

For results refer to iiko documentation

Provided by ITS360