POST api/product/partner/getlist?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

GetListPartnersGoodsRequest
NameDescriptionTypeAdditional information
seller_id

integer

None.

seller_name

string

None.

product_name

string

None.

product_id

integer

None.

marketplace

string

None.

marketplace_sectionid

integer

None.

page

integer

None.

count

integer

None.

currency

string

None.

order_field

GetListPartnerGoodsOrder

None.

videos

boolean

None.

images

boolean

None.

order_method

OrderMethod

None.

only_individual

boolean

None.

category_id

integer

None.

meta_total_count

integer

None.

meta_total_store

integer

None.

meta_max_in_store

integer

None.

meta_total_in_category

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "seller_id": 1,
  "seller_name": "sample string 1",
  "product_name": "sample string 2",
  "product_id": 1,
  "marketplace": "sample string 3",
  "marketplace_sectionid": 1,
  "page": 4,
  "count": 5,
  "currency": "sample string 6",
  "order_field": 0,
  "videos": true,
  "images": true,
  "order_method": 0,
  "only_individual": true,
  "category_id": 1,
  "meta_total_count": 1,
  "meta_total_store": 1,
  "meta_max_in_store": 1,
  "meta_total_in_category": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetListPartnersGoodsRequest'.

application/xml, text/xml

Sample:
<request>
  <seller_id>1</seller_id>
  <seller_name>sample string 1</seller_name>
  <product_name>sample string 2</product_name>
  <product_id>1</product_id>
  <marketplace>sample string 3</marketplace>
  <marketplace_sectionid>1</marketplace_sectionid>
  <page>4</page>
  <count>5</count>
  <currency>sample string 6</currency>
  <order_field>ProductName</order_field>
  <videos>true</videos>
  <images>true</images>
  <order_method>Desc</order_method>
  <only_individual>true</only_individual>
  <category_id>1</category_id>
  <TotalCount>1</TotalCount>
  <TotalInStore>1</TotalInStore>
  <MaxCountInStore>1</MaxCountInStore>
  <TotalCountInCategory>1</TotalCountInCategory>
</request>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.