Skip to content

Create a Store

POST
/channels

Parameters

Header Parameters

x-api-key
string

E.g. 123

Example
123

Request Body

object
name
required
string
Phone
type_code
required
string
Allowed values: direct retail
currency_code
string
Allowed values: GBP
default_warehouse_id `12345`
number
short_name `AA`
string
email `email@veeqo.com`
string
veeqo_dictates_stock_level `true`
boolean
Example
{
"name": "API-ISK",
"type_code": "direct",
"currency_code": "ISK",
"default_warehouse_id": 22668,
"short_name": "I1",
"email": "ISK-test@veeqo.com",
"veeqo_dictates_stock_level": "false"
}

Responses

201

Created

object
id
number
type_code
string
created_by_id
number
name
string
short_name
nullable
currency_code
string
state
string
url
nullable
shopify_url
nullable
ebay_url
nullable
ebay_site_code_id
number
country
string
region
string
city
string
address_line_1
string
address_line_2
string
post_code
string
pulled_products_at
nullable
pulled_orders_at
nullable
pending_setup
boolean
seller_id
nullable
marketplace_id
nullable
mws_auth_token
nullable
deleted_at
nullable
deleted_by_id
nullable
api2cart_store_key
nullable
bridge_url
nullable
bridge_verified
nullable
pull_pending_orders
boolean
default_send_shipment_email
boolean
automatic_product_linking_disabled
boolean
update_remote_order
boolean
successfully_fetched_stock_levels_at
nullable
create_product_if_unmatched
boolean
skip_title_matching
boolean
email
string
skip_fba_orders_and_products
boolean
pull_stock_level_required
boolean
pull_product_properties
boolean
pull_historical_orders
boolean
adjust_orders_tax_rate
nullable
send_notification_emails_to_customers
boolean
end_ebay_listing_on_out_of_stock
boolean
update_product_attributes
boolean
max_qty_to_advert
number
min_threshold_qty
number
percent_of_qty
number
always_set_qty
number
veeqo_dictates_stock_level
boolean
with_fba
boolean
first_sync_finish_notice_marked_as_read
boolean
pull_unpaid_shopify_orders
boolean
create_product_on_ended_listings
boolean
link_to_products_linked_to_current_channel
boolean
weight_unit
nullable
import_cost_price
boolean
veeqo_dictates_price
boolean
keep_inventory_tracking_value
boolean
marketplace_country
nullable
time_zone
nullable
time_zone_offset
nullable
amazon_fulfillment_enabled
boolean
import_product_tags
boolean
import_product_brands
boolean
token
nullable
import_additional_payment_details
boolean
channel_warehouses
Array
warehouses
Array
stock_level_update_requests
Array
amazon_fulfillment_setting
nullable
amazon_channel_specific
nullable
api2cart_channel_specific
nullable
additional_api2cart_site
nullable
time_since_product_sync
nullable
time_since_order_sync
nullable
time_since_tried_fetch_stock_level
nullable
time_since_successfully_fetch_stock_level
nullable
default_warehouse
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
boolean
Example
{
"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
}

Headers

X-Runtime
string