Requesting Data
There are a number of different services that is used to return data of the orders you want. Within each service there are additional filtering parameters that can be used.
Parameters
Atleast three of the parameters is required.
Parameter name
|
Format
|
Description
|
shop_id
|
Numeric
|
Shop Store Category ID
|
password
|
String
|
Shop Password on Transaver
|
orders_id
|
Numeric
|
Shop order ID
|
fromdate
|
Date
|
Order date range filtering (yyyy-mm-dd).
|
todate
|
Date
|
Order date range filtering (yyyy-mm-dd).
|
mode
|
Numeric
|
1-Consult order(s) 2-Accrediation
|
accredit
|
Numeric
|
Additional accreditation filtering.(0/1)
|
Avaible Services
Order
Return is the information of the order based on order filtering parameters:
Parameter name
|
Format
|
Description
|
shop_id
|
Numeric
|
Shop Store Category ID
|
password
|
String
|
Shop Password on Transaver
|
orders_id
|
Numeric
|
Shop order ID
|
fromdate
|
Date
|
0
|
todate
|
Date
|
0
|
mode
|
Numeric
|
1
|
accredit
|
Numeric
|
0
|
Orders
Return is a list of orders based on order filtering parameters:
Parameter name
|
Format
|
Description
|
shop_id
|
Numeric
|
Shop Store Category ID
|
password
|
String
|
Shop Password on Transaver
|
orders_id
|
Numeric
|
0
|
fromdate
|
Date
|
Order date range filtering (yyyy-mm-dd).
|
todate
|
Date
|
Order date range filtering (yyyy-mm-dd).
|
mode
|
Numeric
|
1
|
accredit
|
Numeric
|
0
|
Accreditation
Accrediate order on Transaver system based on order filtering parameters:
Parameter name
|
Format
|
Description
|
shop_id
|
Numeric
|
Shop Store Category ID
|
password
|
String
|
Shop Password on Transaver
|
orders_id
|
Numeric
|
Shop order ID
|
fromdate
|
Date
|
0
|
todate
|
Date
|
0
|
mode
|
Numeric
|
2
|
accredit
|
Numeric
|
1
|
Exemples:
http://www.transaver.se/transport_management_xml.php? shop_id=5047&orders_id=51&from=0&to=0&password=YOURPASSWORD&mode=1&&accredit=0
http://www.transaver.se/transport_management_xml.php? mode=2&shop_id=5047&orders_id=&from=2012-01-01&to=2012-08- 01&password=YOURPASSWORD&mode=1&&accredit=0
http:// http://www.transaver.se/transport_management_xml.php? shop_id=5047&orders_id=47&from=0&to=0&password=YOURPASSWORD&mode=2&&accredit=1
|