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