Merchant
Get Sales Channels
GET
https://open-api.zortout.com/v4/Merchant/GetSalesChannels
Get list of sales channels.
Query Parameters
page
Int
Page (Default = 1)
limit
Int
Limit per page (Max = 500)
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
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://open-api.zortout.com/v4/Merchant/GetPaymentMethods
Get list of payment methods/wallets.
Query Parameters
page
Int
Page (Default = 1)
limit
Int
Limit per page (Max = 500)
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
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 Shipping Channels
GET
https://open-api.zortout.com/v4/Merchant/GetShippingChannels
Get list of shipping channels.
Query Parameters
page
Int
Page (Default = 1)
limit
Int
Limit per page (Max = 500)
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
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 Merchant Profile
GET
https://open-api.zortout.com/v4/Merchant/GetMerchantProfile
Get profile of merchant.
Headers
storename*
String
Store Name
apikey*
String
API Key
apisecret*
String
API Secret
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