# Others

## Get Sales Channels

<mark style="color:blue;">`GET`</mark> `https://api.zortout.com/api.aspx`

Get list of sales channels.

#### Query Parameters

| Name                                      | Type   | Description                 |
| ----------------------------------------- | ------ | --------------------------- |
| method<mark style="color:red;">\*</mark>  | String | “GETSALESCHANNELS”          |
| limit                                     | Int    | Limit per page (Max = 2000) |
| page                                      | Int    | Page (Default = 1)          |
| version<mark style="color:red;">\*</mark> | String | 3                           |
| format                                    | String | json (Default), xml         |

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| storename<mark style="color:red;">\*</mark> | String | Store Name  |
| apisecret<mark style="color:red;">\*</mark> | String | API Secret  |
| apikey<mark style="color:red;">\*</mark>    | String | API Key     |

{% tabs %}
{% tab title="200: OK Success" %}
{% tabs %}
{% tab title="Response" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}

## Get Payment Methods

<mark style="color:blue;">`GET`</mark> `https://api.zortout.com/api.aspx`

Get list of payment methods/wallets.

#### Query Parameters

| Name                                      | Type   | Description                 |
| ----------------------------------------- | ------ | --------------------------- |
| method<mark style="color:red;">\*</mark>  | String | “GETPAYMENTMETHODS”         |
| limit                                     | Int    | Limit per page (Max = 2000) |
| page                                      | Int    | Page (Default = 1)          |
| version<mark style="color:red;">\*</mark> | String | 3                           |
| format                                    | String | json (Default), xml         |

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| storename<mark style="color:red;">\*</mark> | String | Store Name  |
| apisecret<mark style="color:red;">\*</mark> | String | API Secret  |
| apikey<mark style="color:red;">\*</mark>    | String | API Key     |

{% tabs %}
{% tab title="200: OK Success" %}
{% tabs %}
{% tab title="Response" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}

## Get Categories

<mark style="color:blue;">`GET`</mark> `https://api.zortout.com/api.aspx`

Get list of product categories.

#### Query Parameters

| Name                                      | Type   | Description                 |
| ----------------------------------------- | ------ | --------------------------- |
| method<mark style="color:red;">\*</mark>  | String | “GETCATEGORYS”              |
| limit                                     | Int    | Limit per page (Max = 2000) |
| page                                      | Int    | Page (Default = 1)          |
| version<mark style="color:red;">\*</mark> | String | 3                           |
| format                                    | String | json (Default), xml         |

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| storename<mark style="color:red;">\*</mark> | String | Store Name  |
| apisecret<mark style="color:red;">\*</mark> | String | API Secret  |
| apikey<mark style="color:red;">\*</mark>    | String | API Key     |

{% tabs %}
{% tab title="200: OK Success" %}
{% tabs %}
{% tab title="Response" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}

## Get Shipping Channels

<mark style="color:blue;">`GET`</mark> `https://api.zortout.com/api.aspx`

Get list of shipping channels.

#### Query Parameters

| Name                                      | Type   | Description                 |
| ----------------------------------------- | ------ | --------------------------- |
| method<mark style="color:red;">\*</mark>  | String | “GETSHIPPINGCHANNELS”       |
| limit                                     | Int    | Limit per page (Max = 2000) |
| page                                      | Int    | Page (Default = 1)          |
| version<mark style="color:red;">\*</mark> | String | 3                           |
| format                                    | String | json (Default), xml         |

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| storename<mark style="color:red;">\*</mark> | String | Store Name  |
| apisecret<mark style="color:red;">\*</mark> | String | API Secret  |
| apikey<mark style="color:red;">\*</mark>    | String | API Key     |

{% tabs %}
{% tab title="200: OK Success" %}
{% tabs %}
{% tab title="Response" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}

## Get Profile

<mark style="color:blue;">`GET`</mark> `https://api.zortout.com/api.aspx`

Get profile of merchant.

#### Query Parameters

| Name                                      | Type   | Description         |
| ----------------------------------------- | ------ | ------------------- |
| method<mark style="color:red;">\*</mark>  | String | “GETPROFILE”        |
| version<mark style="color:red;">\*</mark> | String | 3                   |
| format                                    | String | json (Default), xml |

#### Headers

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| storename<mark style="color:red;">\*</mark> | String | Store Name  |
| apisecret<mark style="color:red;">\*</mark> | String | API Secret  |
| apikey<mark style="color:red;">\*</mark>    | String | API Key     |

{% tabs %}
{% tab title="200: OK Success" %}
{% tabs %}
{% tab title="Response" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}
