AIM Web Services

<back to all web services

ECommerceOrderStatusRequest

ECommerceOrderStatus
Requires active-e 3rd Party E-Commerce or active-e Vortx E-Commerce.

The following routes are available for this service:
GET/api/ECommerceOrderStatus
ECommerceOrderStatusRequest Parameters:
NameParameterData TypeRequiredDescription
OrderNumberquerystringNo
OrderTypequerystringNo3 is 3rd Party, C is AIMStoreFront, E is Ebay, A is Amazon, B is Excel Import, R is Reverb, G is Gunbroker, M is Ammoready. Defaults to 3
BaseSecureRequest Parameters:
NameParameterData TypeRequiredDescription
TokenHeaderstringNo
DeviceIdHeaderstringNo
AppIdHeaderstringYes
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyheaderstringYesThis is your AIM API Key provided by Tri-Tech
OAuthTokenheaderstringNo
ECommerceOrderStatusResponse Parameters:
NameParameterData TypeRequiredDescription
OrderStatusformstringNo
OrderStatusDescriptionformstringNo
LineItemsformList<ECommerceOrderLineItem>No
ShippingInfoformList<ECommerceOrderShippingInfo>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
StatusbodyBaseResponseResultNo
BaseResponseResult Parameters:
NameParameterData TypeRequiredDescription
StatusCodebodystringNo
LoginbodystringNo
ErrorCodebodystringNo
ErrorDisplayTextbodystringNo
ErrorMessagebodystringNo
DomainNamebodystringNo
IpAddressbodystringNo
ECommerceOrderLineItem Parameters:
NameParameterData TypeRequiredDescription
SkuformstringNo
QuantityformdecimalNo
ItemStatusformstringNo
ShipmentIdformint?No
ECommerceOrderShippingInfo Parameters:
NameParameterData TypeRequiredDescription
ShipmentIdformintNo
ShipViaformstringNo
TrackingNumbersformList<string>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/ECommerceOrderStatus HTTP/1.1 
Host: active-ewebservice.biz 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"OrderStatus":"String","OrderStatusDescription":"String","LineItems":[{"Sku":"String","Quantity":0,"ItemStatus":"String","ShipmentId":0}],"ShippingInfo":[{"ShipmentId":0,"ShipVia":"String","TrackingNumbers":["String"]}],"Status":{"StatusCode":"String","Login":"String","ErrorCode":"String","ErrorDisplayText":"String","ErrorMessage":"String","DomainName":"String","IpAddress":"String"}}