Others
Get Sales Channels
GET
https://api.zortout.com/api.aspx
Get list of sales channels.
Query Parameters
method*
String
“GETSALESCHANNELS”
limit
Int
Limit per page (Max = 2000)
page
Int
Page (Default = 1)
version*
String
3
format
String
json (Default), xml
Headers
storename*
String
Store Name
apisecret*
String
API Secret
apikey*
String
API Key
res
Response
Response Code 200- Success
list
Saleschannel (Array)
Sales channel List (Array)
count
Int
Total sales channel number by filter
id
Int
Sales channel ID
name
String
Sales channel Name
Get Payment Methods
GET
https://api.zortout.com/api.aspx
Get list of payment methods/wallets.
Query Parameters
method*
String
“GETPAYMENTMETHODS”
limit
Int
Limit per page (Max = 2000)
page
Int
Page (Default = 1)
version*
String
3
format
String
json (Default), xml
Headers
storename*
String
Store Name
apisecret*
String
API Secret
apikey*
String
API Key
res
Response
Response Code 200- Success
list
PaymentMethod (Array)
Payment method List (Array)
count
Int
Total payment method number by filter
id
Int
Payment method ID
name
String
Payment method Name
Get Categories
GET
https://api.zortout.com/api.aspx
Get list of product categories.
Query Parameters
method*
String
“GETCATEGORYS”
limit
Int
Limit per page (Max = 2000)
page
Int
Page (Default = 1)
version*
String
3
format
String
json (Default), xml
Headers
storename*
String
Store Name
apisecret*
String
API Secret
apikey*
String
API Key
res
Response
Response Code 200- Success
list
Category (Array)
Category List (Array)
count
Int
Total category number by filter
id
Int
Category ID
name
String
Category Name
Get Shipping Channels
GET
https://api.zortout.com/api.aspx
Get list of shipping channels.
Query Parameters
method*
String
“GETSHIPPINGCHANNELS”
limit
Int
Limit per page (Max = 2000)
page
Int
Page (Default = 1)
version*
String
3
format
String
json (Default), xml
Headers
storename*
String
Store Name
apisecret*
String
API Secret
apikey*
String
API Key
res
Response
Response Code 200- Success
list
Shippingchannel (Array)
Shipping channel List (Array)
count
Int
Total shipping channel number by filter
id
Int
Shipping channel ID
name
String
Shipping channel Name
Get Profile
GET
https://api.zortout.com/api.aspx
Get profile of merchant.
Query Parameters
method*
String
“GETPROFILE”
version*
String
3
format
String
json (Default), xml
Headers
storename*
String
Store Name
apisecret*
String
API Secret
apikey*
String
API Key
id
Int
ID
name
String
Name
phone
String
Phone
String
address
String
Address
taxid
String
Tax ID
fax
String
Fax
website
String
Website
Last updated