POST Catalog/BoundProducts
Get the list of boundProducts
Request Information
URI Parameters
None.
Body Parameters
GetProductBoundsRequestName | Description | Type | Additional information |
---|---|---|---|
TypeID | integer |
None. |
|
ProductID | integer |
None. |
|
Lang | string |
None. |
|
StoreID | integer |
None. |
Request Formats
application/json, text/json
{ "TypeID": 1, "ProductID": 2, "Lang": "sample string 3", "StoreID": 4 }
application/xml, text/xml
<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 not available.
Response Information
Resource Description
Collection of ProductSearchName | Description | Type | Additional 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. |
|
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 | Collection of ItemImage |
None. |
|
AttributeIDs |
List of attributes applicable to this product nested variations |
Collection of AttributeID |
None. |
Promotion | PromotionItem |
None. |
|
Promotions | Collection of PromotionItem |
None. |
|
VariationAttributes |
Combination of attributes applying to each product variation ID |
Dictionary of integer [key] and Collection of integer [value] |
None. |
SalesStockPolicyID | integer |
None. |
|
Weight | decimal number |
None. |
|
Dimensions | Dimensions |
None. |
|
MinimumOrderQuantity |
Minimum quantity that must be placed in each order |
decimal number |
None. |
MaximumOrderQuantity |
Maximum quantity that can be placed in each order; 0 = no limit |
decimal number |
None. |
OrderQuantityStep |
Sets the number of items that have to be grouped together to place an Order |
decimal number |
None. |
IsComposite | boolean |
None. |
|
Features | Collection of FeatureView |
None. |
|
Variations | Collection of Variation |
None. |
|
SortOrder |
Order within the requested product classification, when just one classification is provided |
integer |
None. |
UnitAmount | decimal number |
None. |
|
Discount | decimal number |
None. |
|
DiscountPercent | decimal number |
None. |
|
UnitBase | decimal number |
None. |
|
TaxPercent | decimal number |
None. |
|
EquivalenceSurchargePercent | decimal number |
None. |
|
Base | decimal number |
None. |
|
Tax | decimal number |
None. |
|
EquivalenceSurcharge | decimal number |
None. |
|
Amount | decimal number |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.