Questions tagged [aramex]

Use this tag for the APIs provided by Aramex, such as their Rate Calculator API, their Shipping Services API, their Shipments Tracking API, and their Location Services API.

Use the tag for the APIs provided by Aramex, such as the:

  • Rate Calculator API
  • Shipping Services API
  • Shipments Tracking API
  • Location Services API

More information on these APIs can be found in the Aramex Developers Solutions Center.

28 questions
8
votes
1 answer

Apply external rate for shipping on BigCommerce

Currently BigCommerce has companies like FedEx to calculate shipping rates for products, and our client has requested us to use an external transportation service which is not on BigCommerce by default: Aramex. Aramex have their own API and I need…
Jay
  • 252
  • 3
  • 12
5
votes
1 answer

How to use Aramex API in React Native?

I am working on eCommerce project in which I've to use aramex api's for shipping and for other stuff. I am making project in react native so I don't have any idea how to implement aramex api's in react native? Please let me know if someone knows…
Muhammad Ashfaq
  • 2,359
  • 5
  • 20
  • 46
5
votes
1 answer

Aramex Rate calculator APT returning error code "ISE01"

The Aramex Rate calculator API is returning the error code ISE01 and and the following error message: Internal Server Error has occurred while getting calculating rate` while requesting What it the reason for this error? The following is the…
Jethik
  • 1,860
  • 1
  • 22
  • 26
2
votes
1 answer

Is it possible to change the editoptions value of jqGrid's edittype:"select"?

I am using jqGrid 3.8.1. I want to change the pull-down values of a combobox based on the selected value of another combobox. That's why I am searching on how to change the editoptions:value of an edittype:"select". Here's the sample jqGrid…
eros
  • 4,946
  • 18
  • 53
  • 78
2
votes
3 answers

What is the best extension available for integrating Aramex module with Magento 1.9.2?

Aramex API Integration with Magento I have integrated Aramex Shipping and Tracking Extension with magento 1.9.2.3, and I updated aramex global settings in back end. But I'm facing some errors. Customer can't see Shipping rate calculation option in…
Hussain
  • 91
  • 9
2
votes
1 answer

Exception in port type using Suds

I am trying to connect to Aramex shipping SOAP API using Python Suds using following code: import suds from suds.client import Client client = Client('file:///home/test/test_wsdl_aramex/shipments-tracking-api-wsdl.wsdl',cache=None) But after…
Parthiv
  • 1,010
  • 1
  • 8
  • 19
1
vote
4 answers

How do I maintain the same JSON format from web API response after an AJAX call?

I have a web API that returns the following JSON: [{"MovieId":2,"Title":"End Game","Year":"2013","Actors":"Cuba Gooding Jr., Angie Harmon, James Woods, Patrick Fabian","Plot":"A secret Service agent and a news reporter investigate the conspiracy…
Frank Odoom
  • 1,545
  • 18
  • 19
1
vote
1 answer

SOAP API request works with Boomerang, but not with node-soap

I am trying to access the SOAP API which I am able to do using Boomerang easily. Here is the format of the request:
Samarth Agarwal
  • 2,044
  • 8
  • 39
  • 79
1
vote
0 answers

Error in generating Java from WSDL: java.io.IOException: Emitter failure

I'm trying to integrate the Aramex Shipments Tracking API. I downloaded the WSDL file and went through web services → web service client → provided service definition for WSDL file → clicked next and finish. But then I get the following…
sandip
  • 419
  • 1
  • 6
  • 13
1
vote
1 answer

JAX-WS error when deserializing body of request message for operation

I'm creating a web service by using the Aramex API to calculate the shipping rate for a product, based on this tutorial. The following is my test class: package com.test; import net.aramex.ws.shippingapi.v1.*; import…
pathum83
  • 133
  • 1
  • 6
  • 14
0
votes
0 answers

I can't integrate aramex API with django

ARAMEX Response {http://ws.aramex.net/ShippingAPI/v1/}Shipment() got an unexpected keyword argument 'TransportType'. Signature: Reference1: xsd:string, Reference2: xsd:string, Reference3: xsd:string, Shipper:…
Bouhejba zied
  • 61
  • 1
  • 4
0
votes
2 answers

Aramex plugin errors

I use this plugin: https://wordpress.org/plugins/aramex-shipping-woocommerce/ But I try any means but I failed to solve the issue . I have active Aramex account with all details, I setup plugin in woocommerce settings, but after click view cart show…
mrina
  • 33
  • 1
  • 9
0
votes
1 answer

Aramex shipment tracking api returns err02

I want to integrate the shipment tracking api in our website and I'm using https://www.aramex.com/solutions-services/developers-solutions-center/apis and I am getting error ( ClientInfo - Invalid account information ). But information is correct.…
zed Blackbeard
  • 760
  • 12
  • 30
0
votes
1 answer

How can I horizontally expand a combobox in jqGrid upon pull-down to display all content?

How can I horizontally expand a combobox pull-down display? My actual data is: ARAMEX1234 But the pull-down display only shows: ARAMEX123 I need to support the following browsers: IE 6, 7, 8. I tested it using Firefox and it works out of the box.…
eros
  • 4,946
  • 18
  • 53
  • 78
0
votes
1 answer

How add Aramex Shipping to opencart

I have a Website in opencart and also have an account on Aramex but I just want to integrate Aramex shipping to my opencart store. thanks
1
2