javascript-iiko-delivery-library
v1.1.0
Published
Simple iiko delivery library
Downloads
14
Readme
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