Others
Get Sales Channels
GET
https://api.zortout.com/api.aspx
Get list of sales channels.
Query Parameters
Name | Type | Description |
---|---|---|
method* | String | “GETSALESCHANNELS” |
limit | Int | Limit per page (Max = 2000) |
page | Int | Page (Default = 1) |
version* | String | 3 |
format | String | json (Default), xml |
Headers
Name | Type | Description |
---|---|---|
storename* | String | Store Name |
apisecret* | String | API Secret |
apikey* | String | API Key |
Parameter | Type | Description/Example |
---|---|---|
res | Response | Response Code 200- Success |
list | Saleschannel (Array) | Sales channel List (Array) |
count | Int | Total sales channel number by filter |
Saleschannel (Array) | Type | Description/Example |
---|---|---|
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
Name | Type | Description |
---|---|---|
method* | String | “GETPAYMENTMETHODS” |
limit | Int | Limit per page (Max = 2000) |
page | Int | Page (Default = 1) |
version* | String | 3 |
format | String | json (Default), xml |
Headers
Name | Type | Description |
---|---|---|
storename* | String | Store Name |
apisecret* | String | API Secret |
apikey* | String | API Key |
Parameter | Type | Description/Example |
---|---|---|
res | Response | Response Code 200- Success |
list | PaymentMethod (Array) | Payment method List (Array) |
count | Int | Total payment method number by filter |
PaymentMethod (Array) | Type | Description/Example |
---|---|---|
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
Name | Type | Description |
---|---|---|
method* | String | “GETCATEGORYS” |
limit | Int | Limit per page (Max = 2000) |
page | Int | Page (Default = 1) |
version* | String | 3 |
format | String | json (Default), xml |
Headers
Name | Type | Description |
---|---|---|
storename* | String | Store Name |
apisecret* | String | API Secret |
apikey* | String | API Key |
Parameter | Type | Description/Example |
---|---|---|
res | Response | Response Code 200- Success |
list | Category (Array) | Category List (Array) |
count | Int | Total category number by filter |
Category (Array) | Type | Description/Example |
---|---|---|
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
Name | Type | Description |
---|---|---|
method* | String | “GETSHIPPINGCHANNELS” |
limit | Int | Limit per page (Max = 2000) |
page | Int | Page (Default = 1) |
version* | String | 3 |
format | String | json (Default), xml |
Headers
Name | Type | Description |
---|---|---|
storename* | String | Store Name |
apisecret* | String | API Secret |
apikey* | String | API Key |
Parameter | Type | Description/Example |
---|---|---|
res | Response | Response Code 200- Success |
list | Shippingchannel (Array) | Shipping channel List (Array) |
count | Int | Total shipping channel number by filter |
Shippingchannel (Array) | Type | Description/Example |
---|---|---|
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
Name | Type | Description |
---|---|---|
method* | String | “GETPROFILE” |
version* | String | 3 |
format | String | json (Default), xml |
Headers
Name | Type | Description |
---|---|---|
storename* | String | Store Name |
apisecret* | String | API Secret |
apikey* | String | API Key |
Parameter | Type | Description/Example |
---|---|---|
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