Get All Products
POST
/open/product/getAllProducts
Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
marketplace_user_id | number(optional) | marketplace_user_id | |
user_id | number(required) | user | |
start | number(optional) | Start here | |
user_type | number(optional) | 2 : for admin, 3 : for merchant | |
lenth | number(optional) | Lenth | |
sSearch | string(optional) | What you want to search(email or name) | |
sortCol | number(optional) | If sort column equals to 1 then it will sort according to first name , default is by customer id | |
sortDir | string(optional) | Default sort direction is descending. Send asc for ascending | |
get_all_enable_product | number(optional) | 1= if enable 0 = if disable | |
language | string | Language |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-05-31 06:50:01