API - Get Stock And Price

Get product stock and price info by DavidDropShip's product ID.

API Get Stock And Price

URL: https://www.daviddropship.com/index.php?route=api/v1/product_stock_price

Format: json

Method: post

Body Form-Data:

Param Required Type Description
api_token True String api token
product_id_list True List product_id list

Request Example:

Return Param

Format: json

Param Required Type Description
code True int status code, 200 mean success
message False String message
data True String data
> product_id True int product_id
> quantity True int quantity
> price True Float price

Example: