Skip to content

List All Stores

GET
/channels

Parameters

Query Parameters

page_size
integer
default: 12

Amount of results

Example
25
page
integer
default: 1

Page to show

Example
1

Header Parameters

x-api-key
string

E.g. 123

Example
123

Responses

200

OK

Array<object>
object
id
required
number
type_code
required
string
created_by_id
required
number
name
required
string
short_name
required
string
nullable
currency_code
required
string
nullable
state
required
string
url
required
nullable
shopify_url
required
nullable
ebay_url
required
nullable
ebay_site_code_id
required
number
country
required
string
nullable
region
required
string
city
required
string
address_line_1
required
string
address_line_2
required
string
post_code
required
string
pulled_products_at
required
nullable
pulled_orders_at
required
nullable
pending_setup
required
boolean
seller_id
required
nullable
marketplace_id
required
nullable
mws_auth_token
required
nullable
deleted_at
required
nullable
deleted_by_id
required
nullable
api2cart_store_key
required
nullable
bridge_url
required
nullable
bridge_verified
required
nullable
pull_pending_orders
required
boolean
default_send_shipment_email
required
boolean
automatic_product_linking_disabled
required
boolean
update_remote_order
required
boolean
successfully_fetched_stock_levels_at
required
nullable
create_product_if_unmatched
required
boolean
skip_title_matching
required
boolean
email
required
string
skip_fba_orders_and_products
required
boolean
pull_stock_level_required
required
boolean
pull_product_properties
required
boolean
pull_historical_orders
required
boolean
adjust_orders_tax_rate
required
nullable
send_notification_emails_to_customers
required
boolean
end_ebay_listing_on_out_of_stock
required
boolean
update_product_attributes
required
boolean
max_qty_to_advert
required
number
min_threshold_qty
required
number
percent_of_qty
required
number
always_set_qty
required
number
veeqo_dictates_stock_level
required
boolean
with_fba
required
boolean
first_sync_finish_notice_marked_as_read
required
boolean
pull_unpaid_shopify_orders
required
boolean
create_product_on_ended_listings
required
boolean
link_to_products_linked_to_current_channel
required
boolean
weight_unit
required
nullable
import_cost_price
required
boolean
veeqo_dictates_price
required
boolean
keep_inventory_tracking_value
required
boolean
marketplace_country
required
nullable
time_zone
required
nullable
time_zone_offset
required
nullable
amazon_fulfillment_enabled
required
boolean
import_product_tags
required
boolean
import_product_brands
required
boolean
token
required
nullable
import_additional_payment_details
required
boolean
channel_warehouses
required
Array
warehouses
required
Array
stock_level_update_requests
required
Array
amazon_fulfillment_setting
required
nullable
amazon_channel_specific
required
nullable
api2cart_channel_specific
required
nullable
additional_api2cart_site
required
nullable
time_since_product_sync
required
nullable
time_since_order_sync
required
nullable
time_since_tried_fetch_stock_level
required
nullable
time_since_successfully_fetch_stock_level
required
nullable
default_warehouse
required
object
id
number
name
string
user_id
nullable
address_line_1
string
address_line_2
string
city
string
region
string
country
nullable
post_code
string
inventory_type_code
string
default_min_reorder
number
click_and_collect_enabled
boolean
click_and_collect_days
nullable
created_by_id
number
updated_by_id
nullable
deleted_at
nullable
deleted_by_id
nullable
created_at
string
updated_at
string
phone
nullable
requested_carrier_account
nullable
display_position
number
remote
required
boolean
Example
[
{
"id": 45465,
"type_code": "direct",
"created_by_id": 23005,
"name": "Phone",
"short_name": "US",
"currency_code": "GBP",
"state": "active",
"url": null,
"shopify_url": null,
"ebay_url": null,
"ebay_site_code_id": 3,
"country": null,
"region": "",
"city": "",
"address_line_1": "",
"address_line_2": "",
"post_code": "",
"pulled_products_at": null,
"pulled_orders_at": null,
"pending_setup": true,
"seller_id": null,
"marketplace_id": null,
"mws_auth_token": null,
"deleted_at": null,
"deleted_by_id": null,
"api2cart_store_key": null,
"bridge_url": null,
"bridge_verified": null,
"pull_pending_orders": false,
"default_send_shipment_email": true,
"automatic_product_linking_disabled": false,
"update_remote_order": true,
"successfully_fetched_stock_levels_at": null,
"create_product_if_unmatched": true,
"skip_title_matching": true,
"email": "phil+api@veeqo.com",
"skip_fba_orders_and_products": true,
"pull_stock_level_required": true,
"pull_product_properties": true,
"pull_historical_orders": false,
"adjust_orders_tax_rate": null,
"send_notification_emails_to_customers": false,
"end_ebay_listing_on_out_of_stock": false,
"update_product_attributes": true,
"max_qty_to_advert": 0,
"min_threshold_qty": 0,
"percent_of_qty": 100,
"always_set_qty": 0,
"veeqo_dictates_stock_level": true,
"with_fba": false,
"first_sync_finish_notice_marked_as_read": false,
"pull_unpaid_shopify_orders": false,
"create_product_on_ended_listings": true,
"link_to_products_linked_to_current_channel": true,
"weight_unit": null,
"import_cost_price": true,
"veeqo_dictates_price": false,
"keep_inventory_tracking_value": false,
"marketplace_country": null,
"time_zone": null,
"time_zone_offset": null,
"amazon_fulfillment_enabled": false,
"import_product_tags": true,
"import_product_brands": true,
"token": null,
"import_additional_payment_details": false,
"channel_warehouses": [],
"warehouses": [],
"stock_level_update_requests": [],
"amazon_fulfillment_setting": null,
"amazon_channel_specific": null,
"api2cart_channel_specific": null,
"additional_api2cart_site": null,
"time_since_product_sync": null,
"time_since_order_sync": null,
"time_since_tried_fetch_stock_level": null,
"time_since_successfully_fetch_stock_level": null,
"default_warehouse": {
"id": 22668,
"name": "My Warehouse",
"user_id": null,
"address_line_1": "",
"address_line_2": "",
"city": "",
"region": "",
"country": null,
"post_code": "",
"inventory_type_code": "wavg",
"default_min_reorder": 0,
"click_and_collect_enabled": false,
"click_and_collect_days": null,
"created_by_id": 23005,
"updated_by_id": null,
"deleted_at": null,
"deleted_by_id": null,
"created_at": "2017-07-04T09:40:37.539Z",
"updated_at": "2017-07-04T09:40:37.539Z",
"phone": null,
"requested_carrier_account": null,
"display_position": 9999
},
"remote": false
},
{
"id": 49758,
"type_code": "direct",
"created_by_id": 23005,
"name": "USD Direct Test",
"short_name": null,
"currency_code": "USD",
"state": "active",
"url": null,
"shopify_url": null,
"ebay_url": null,
"ebay_site_code_id": 3,
"country": "",
"region": "",
"city": "",
"address_line_1": "",
"address_line_2": "",
"post_code": "",
"pulled_products_at": null,
"pulled_orders_at": null,
"pending_setup": true,
"seller_id": null,
"marketplace_id": null,
"mws_auth_token": null,
"deleted_at": null,
"deleted_by_id": null,
"api2cart_store_key": null,
"bridge_url": null,
"bridge_verified": null,
"pull_pending_orders": false,
"default_send_shipment_email": true,
"automatic_product_linking_disabled": false,
"update_remote_order": true,
"successfully_fetched_stock_levels_at": null,
"create_product_if_unmatched": true,
"skip_title_matching": true,
"email": "phil+api@veeqo.com",
"skip_fba_orders_and_products": true,
"pull_stock_level_required": true,
"pull_product_properties": true,
"pull_historical_orders": false,
"adjust_orders_tax_rate": null,
"send_notification_emails_to_customers": false,
"end_ebay_listing_on_out_of_stock": false,
"update_product_attributes": true,
"max_qty_to_advert": 0,
"min_threshold_qty": 0,
"percent_of_qty": 100,
"always_set_qty": 0,
"veeqo_dictates_stock_level": false,
"with_fba": false,
"first_sync_finish_notice_marked_as_read": false,
"pull_unpaid_shopify_orders": false,
"create_product_on_ended_listings": true,
"link_to_products_linked_to_current_channel": false,
"weight_unit": null,
"import_cost_price": true,
"veeqo_dictates_price": false,
"keep_inventory_tracking_value": false,
"marketplace_country": null,
"time_zone": null,
"time_zone_offset": null,
"amazon_fulfillment_enabled": false,
"import_product_tags": true,
"import_product_brands": true,
"token": null,
"import_additional_payment_details": false,
"channel_warehouses": [],
"warehouses": [],
"stock_level_update_requests": [],
"amazon_fulfillment_setting": null,
"amazon_channel_specific": null,
"api2cart_channel_specific": null,
"additional_api2cart_site": null,
"time_since_product_sync": null,
"time_since_order_sync": null,
"time_since_tried_fetch_stock_level": null,
"time_since_successfully_fetch_stock_level": null,
"default_warehouse": {
"id": 22668,
"name": "My Warehouse",
"user_id": null,
"address_line_1": "",
"address_line_2": "",
"city": "",
"region": "",
"country": null,
"post_code": "",
"inventory_type_code": "wavg",
"default_min_reorder": 0,
"click_and_collect_enabled": false,
"click_and_collect_days": null,
"created_by_id": 23005,
"updated_by_id": null,
"deleted_at": null,
"deleted_by_id": null,
"created_at": "2017-07-04T09:40:37.539Z",
"updated_at": "2017-07-04T09:40:37.539Z",
"phone": null,
"requested_carrier_account": null,
"display_position": 9999
},
"remote": false
},
{
"id": 45466,
"type_code": "point_of_sale",
"created_by_id": 23005,
"name": "POS",
"short_name": null,
"currency_code": null,
"state": "active",
"url": null,
"shopify_url": null,
"ebay_url": null,
"ebay_site_code_id": 3,
"country": null,
"region": "",
"city": "",
"address_line_1": "",
"address_line_2": "",
"post_code": "",
"pulled_products_at": null,
"pulled_orders_at": null,
"pending_setup": true,
"seller_id": null,
"marketplace_id": null,
"mws_auth_token": null,
"deleted_at": null,
"deleted_by_id": null,
"api2cart_store_key": null,
"bridge_url": null,
"bridge_verified": null,
"pull_pending_orders": false,
"default_send_shipment_email": true,
"automatic_product_linking_disabled": false,
"update_remote_order": true,
"successfully_fetched_stock_levels_at": null,
"create_product_if_unmatched": true,
"skip_title_matching": true,
"email": "phil+api@veeqo.com",
"skip_fba_orders_and_products": true,
"pull_stock_level_required": true,
"pull_product_properties": true,
"pull_historical_orders": false,
"adjust_orders_tax_rate": null,
"send_notification_emails_to_customers": false,
"end_ebay_listing_on_out_of_stock": false,
"update_product_attributes": true,
"max_qty_to_advert": 0,
"min_threshold_qty": 0,
"percent_of_qty": 100,
"always_set_qty": 0,
"veeqo_dictates_stock_level": false,
"with_fba": false,
"first_sync_finish_notice_marked_as_read": false,
"pull_unpaid_shopify_orders": false,
"create_product_on_ended_listings": true,
"link_to_products_linked_to_current_channel": true,
"weight_unit": null,
"import_cost_price": true,
"veeqo_dictates_price": false,
"keep_inventory_tracking_value": false,
"marketplace_country": null,
"time_zone": null,
"time_zone_offset": null,
"amazon_fulfillment_enabled": false,
"import_product_tags": true,
"import_product_brands": true,
"token": null,
"import_additional_payment_details": false,
"channel_warehouses": [],
"warehouses": [],
"stock_level_update_requests": [],
"amazon_fulfillment_setting": null,
"amazon_channel_specific": null,
"api2cart_channel_specific": null,
"additional_api2cart_site": null,
"time_since_product_sync": null,
"time_since_order_sync": null,
"time_since_tried_fetch_stock_level": null,
"time_since_successfully_fetch_stock_level": null,
"default_warehouse": {
"id": 22668,
"name": "My Warehouse",
"user_id": null,
"address_line_1": "",
"address_line_2": "",
"city": "",
"region": "",
"country": null,
"post_code": "",
"inventory_type_code": "wavg",
"default_min_reorder": 0,
"click_and_collect_enabled": false,
"click_and_collect_days": null,
"created_by_id": 23005,
"updated_by_id": null,
"deleted_at": null,
"deleted_by_id": null,
"created_at": "2017-07-04T09:40:37.539Z",
"updated_at": "2017-07-04T09:40:37.539Z",
"phone": null,
"requested_carrier_account": null,
"display_position": 9999
},
"remote": false
}
]

Headers

X-Runtime
string