Create a Store
POST /channels
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
currency_code
string
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
currency_code
string
state
string
url
shopify_url
ebay_url
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
pulled_orders_at
pending_setup
boolean
seller_id
marketplace_id
mws_auth_token
deleted_at
deleted_by_id
api2cart_store_key
bridge_url
bridge_verified
pull_pending_orders
boolean
default_send_shipment_email
boolean
automatic_product_linking_disabled
boolean
update_remote_order
boolean
successfully_fetched_stock_levels_at
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
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
import_cost_price
boolean
veeqo_dictates_price
boolean
keep_inventory_tracking_value
boolean
marketplace_country
time_zone
time_zone_offset
amazon_fulfillment_enabled
boolean
import_product_tags
boolean
import_product_brands
boolean
token
import_additional_payment_details
boolean
channel_warehouses
Array
warehouses
Array
stock_level_update_requests
Array
amazon_fulfillment_setting
amazon_channel_specific
api2cart_channel_specific
additional_api2cart_site
time_since_product_sync
time_since_order_sync
time_since_tried_fetch_stock_level
time_since_successfully_fetch_stock_level
default_warehouse
object
id
number
name
string
user_id
address_line_1
string
address_line_2
string
city
string
region
string
country
post_code
string
inventory_type_code
string
default_min_reorder
number
click_and_collect_enabled
boolean
click_and_collect_days
created_by_id
number
updated_by_id
deleted_at
deleted_by_id
created_at
string
updated_at
string
phone
requested_carrier_account
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