Merchant

Get Sales Channels

GET https://open-api.zortout.com/v4/Merchant/GetSalesChannels

Get list of sales channels.

Query Parameters

NameTypeDescription

page

Int

Page (Default = 1)

limit

Int

Limit per page (Max = 500)

Headers

NameTypeDescription

storename*

String

Store Name

apisecret*

String

API Secret

apikey*

String

API Key

ParameterTypeDescription/Example

res

Response

Response Code 200- Success

list

Saleschannel (Array)

Sales channel List (Array)

count

Int

Total sales channel number by filter

Saleschannel (Array)TypeDescription/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

NameTypeDescription

page

Int

Page (Default = 1)

limit

Int

Limit per page (Max = 500)

Headers

NameTypeDescription

storename*

String

Store Name

apisecret*

String

API Secret

apikey*

String

API Key

ParameterTypeDescription/Example

res

Response

Response Code 200- Success

list

PaymentMethod (Array)

Payment method List (Array)

count

Int

Total payment method number by filter

PaymentMethod (Array)TypeDescription/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

NameTypeDescription

page

Int

Page (Default = 1)

limit

Int

Limit per page (Max = 500)

Headers

NameTypeDescription

storename*

String

Store Name

apisecret*

String

API Secret

apikey*

String

API Key

ParameterTypeDescription/Example

res

Response

Response Code 200- Success

list

Shippingchannel (Array)

Shipping channel List (Array)

count

Int

Total shipping channel number by filter

Shippingchannel (Array)TypeDescription/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

NameTypeDescription

storename*

String

Store Name

apisecret*

String

API Secret

apikey*

String

API Key

ParameterTypeDescription/Example

id

Int

ID

name

String

Name

phone

String

Phone

email

String

Email

address

String

Address

taxid

String

Tax ID

fax

String

Fax

website

String

Website

Last updated