Skip to content

ITS360/javascript-iiko-delivery-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

iiko delivery library for javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published