POST Catalog/BoundProducts

Get the list of boundProducts

Request Information

URI Parameters

None.

Body Parameters

GetProductBoundsRequest
NameDescriptionTypeAdditional information
TypeID

integer

None.

ProductID

integer

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeID": 1,
  "ProductID": 2,
  "Lang": "sample string 3",
  "StoreID": 4
}

application/xml, text/xml

Sample:
<GetProductBoundsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.View.Catalog">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 3</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">4</StoreID>
  <ProductID>2</ProductID>
  <TypeID>1</TypeID>
</GetProductBoundsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ProductSearch
NameDescriptionTypeAdditional information
ID

integer

None.

Score

Number of results of this products after a filter operation

integer

None.

StoreID

integer

None.

Created

date

None.

Discontinued

date

None.

PublishFrom

date

None.

Reference

string

Required

Name

string

Required

ShortDescription

string

None.

Description

string

None.

Quantity

Aggregates product variation Stocks. Total is corrected with OutOfStockQuantity

decimal number

None.

ShippingTime

decimal number

None.

NotSell

This product is not for sell

boolean

None.

Slug

string

None.

ProviderName

Not null if allowed by store config

string

None.

BrandName

string

None.

CollectionName

string

None.

ConditionName

string

None.

ClassificationIDs

Collection of integer

None.

StoreManufacture

if true , this product belongs to the store manufacturer

boolean

None.

TitleTag

Seo Title Tag

string

None.

MetaDescription

Seo MetaDescription

string

None.

ImageURL

string

None.

Images

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.