ZORT API V3
  • Overview
    • Introduction
    • Data Definition
    • Webhook
  • API Reference
    • Product
    • Warehouse
    • Contact
    • Order
    • Purchase Order
    • Return Order
    • Return Purchase Order
    • Transfer
    • Quotation
    • Finance
    • File Upload
    • Document
    • Others
  • Partner
    • Registration
    • Authentication
  • Announcements
    • API Update
      • [28 May 2023] Update
      • [4 May 2023] Important Update
      • [1 May 2023] Update
      • [22 Mar 2023] Update
      • [16 Jan 2023] Update
      • [20 Oct 2022] Update
      • [7 Oct 2022] Update
      • [29 Sep 2022] Update
      • [25 Sep 2022] Update
      • [16 Sep 2022] Update
      • [25 Aug 2022] Update
      • [15 Aug 2022] Update
      • [8 Aug 2022] Update
      • [3 Aug 2022] Update
      • [12 Jul 2022] Update
      • [2 July 2022] Update
      • [8 June 2022] Update
      • [23 May 2022] Update
      • [3 May 2022] Update
      • [29 Apr 2022] Update
      • [12 Apr 2022] Important Update
      • [4 Apr 2022] Update
      • [14 Mar 2022] Update
      • [1 Mar 2022] Update
      • [4 Feb 2022] Update
      • [4 Jan 2022] Update
    • Marketplace Flow
Powered by GitBook
On this page
  • Get Sales Channels
  • Get Payment Methods
  • Get Categories
  • Get Shipping Channels
  • Get Profile
  1. API Reference

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

email

String

Email

address

String

Address

taxid

String

Tax ID

fax

String

Fax

website

String

Website

PreviousDocumentNextRegistration

Last updated 1 year ago