Search found 4 matches

by davin
10 Aug 2023, 07:10
Forum: Help
Topic: Integrating DHL Service
Replies: 6
Views: 16891

Re: Integrating DHL Service

Thanks
by davin
10 Aug 2023, 05:00
Forum: Help
Topic: Integrating DHL Service
Replies: 6
Views: 16891

Re: Integrating DHL Service

Okay, so I have to run following on cronjob where it will check for new orders and call API for each. Right?

Code: Select all

	php artisan aimeos:jobs order/service/delivery
by davin
09 Aug 2023, 09:53
Forum: Help
Topic: Integrating DHL Service
Replies: 6
Views: 16891

Re: Integrating DHL Service

Which method should I use then? I just need to hit an API to send orderdata to DHL when order is completed and delivery service is DHL?
Can you please let me know, what changes I need to do to achieve this?

Thanks
by davin
08 Aug 2023, 13:28
Forum: Help
Topic: Integrating DHL Service
Replies: 6
Views: 16891

Integrating DHL Service

Hi, Aimeos Version: "2023.04", PHP Version : "8.0.11", Laravel version: "^10.0" I want to use DHL Delivery Service in my Aimeos project. I created a service provider named as DhlServiceProvider.php. public function push(iterable $orders): \Aimeos\Map { Log::debug('Push ...