Drop Shipping Products
Excel (.csv) format: http://www.frontwinner.com/dropshipping.csv [Download]
API Ver 1.0
Example:
Drop Shipping Products Information (products/
Request http://www.frontwinner.com/api/v1/products/shipping.json
Return Json resource.
Get Products Information
-
Drop Shipping products/shipping.json
-
All Products (New) products/new.json
-
All Products (Hot) products/hot.json
-
Products Search products/search.json?word=keywords
-
Specified ID products products/ids.json?id=ProductsID(Comma-separated ID)
-
Specified SKU products products/skus.json?sku=ProductsID(Comma-separated ID)
Request parameter:
-
start Product Starting Position, default is 0
-
count Products quantity, default is 40, Max is 200
Returned Data Format:
-
next_pos Next Page Products Starting Position
-
prev_pos Last Page Products Starting Position
-
strong>curr_pos Current Product Starting Position
-
products Products Array
Products Information Attribute
-
id Product ID
-
sku Product Item number
-
catid Catalog ID
-
image Image URL
-
small_image Thumbnail URL
-
name Products Name
-
price Drop shipping price (USD)
-
setof Set of (pcs)
-
size Products Size
-
weight Product Weight (g)
-
is_have In stock or Out of stock (1/0)
-
is_sale Drop Shipping or Not (1/0)
-
is_hotorcommend Hot or Not (1/0)
-
is_ropy Poor Quality or Not (1/0)
-
is_brickle Brickle or Not (1/0)
Get Specified Catalog Products Information
-
catalog categories/name.json
-
Drop Shipping Products information under Specified catalog categories/shipping.json?catid=CatalogID
-
New Products information under Specified catalog categories/new.json?catid=CatalogID
-
Hot Products information under Specified catalog categories/hot.json?catid=catalogID
-
Search Products information under Specified catalog categories/search.json?catid=CatalogID&word=keywords
Create Dropshipping Order
1. Login firstly
Send POST Request to http://www.frontwinner.com/api/v1/user/login.json Parameter: username=your username password=your password returned data: info: success message errors: errors message And also returned one PHPSESSID. It will be needed as Cookie for the following operation.
2. Create Orders
Send POST Request to http://www.frontwinner.com/api/v1/dropshipping/create.json Parameter: sku=item sku qty=order quantity address=shipping address notes=notes information tracking=1, If want the tracking number, the parameter need to be added. If not, please don't add the Parameter. Returned Data: id: Order ID (When you place order successfully) errors: If fail to create order, the errors message will be returned.