ZORT API V4
  • Overview
    • Introduction
    • Data Definition
    • Webhook
  • API Reference
    • Product
    • Bundle
    • Warehouse
    • Contact
    • Order
    • Purchase Order
    • Return Order
    • Return Purchase Order
    • Transfer
    • Quotation
    • Finance
    • File Upload
    • Document
    • Merchant
  • Partner
    • Registration
    • Authentication
  • Announcements
    • API Update
      • [17 Apr 2025] Update
      • [15 Feb 2025] Update
      • [2 Dec 2024] Important Update
      • [31 Oct 2024] Update
      • [10 Feb 2024] Update
      • [1 Nov 2023] Update
      • [14 Oct 2023] Update
      • [15 Aug 2023] Update
      • [1 June 2023] Important Update
    • Marketplace Flow
Powered by GitBook
On this page
  • Get Sales Channels
  • Get Payment Methods
  • Get Shipping Channels
  • Get Merchant Profile
  1. API Reference

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

email

String

Email

address

String

Address

taxid

String

Tax ID

fax

String

Fax

website

String

Website

PreviousDocumentNextRegistration

Last updated 1 month ago