1.2.6 • Published 3 years ago

yk-cargo v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Not tested yet. As soon as I got an account I'll test and update the package.

This package is for the ones using TypeScript/Nodejs (like Nestjs for their apis) and having trouble with yuricikargo xml api.

To work this package, u need to have at least a test account on yurticikargo api. And for that u must have a static ip address and your firm must be registered.

usage:

const account = { wsUserName: 'YKTEST', wsPassword: 'YK', userLanguage: 'TR', type: 'TEST', };

const createQuery = { cargoKey: '123456789', invoiceKey: '123456', receiverCustName: 'John Doe', receiverAddress: 'gdfgdfsg g fdsgfdgfd g fgfdgfg 22', cityName: 'Ankara', townName: 'Yenimahalle', receiverPhone1: '05331111111' };

const yKargo = new YKargo(account); yKargo.createShipment(createQuery).then((response) => console.log('response', response));

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.0.9

3 years ago

1.1.7

3 years ago

1.0.8

3 years ago

1.1.6

3 years ago

1.0.7

3 years ago

1.1.5

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago