POST Catalog/Product
Get a Product
Request Information
URI Parameters
None.
Body Parameters
GetProductRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Reference | string |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
{
"ID": 1,
"Reference": "sample string 1",
"Lang": "sample string 2",
"StoreID": 3
}
application/xml, text/xml
<GetProductRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Catalog"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 2</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">3</StoreID> <ID>1</ID> <Reference>sample string 1</Reference> </GetProductRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Disabled | date |
None. |
|
| Discontinued | date |
None. |
|
| NotSell |
This product is not for sell |
boolean |
None. |
| ProviderID | integer |
None. |
|
| Brand | Brand |
None. |
|
| Collection | Collection |
None. |
|
| Reference | string |
Required |
|
| Name | string |
Required |
|
| ShortDescription | string |
None. |
|
| Description | string |
None. |
|
| Quantity | decimal number |
None. |
|
| ShippingTime | decimal number |
None. |
|
| TitleTag |
Seo Title Tag |
string |
None. |
| MetaDescription |
Seo MetaDescription |
string |
None. |
| ExternalID |
ID of provider in the external database (Use for data synchronization with external database) |
string |
None. |
| PublishFrom |
publication from date |
date |
None. |
| PublishTill |
publication till date |
date |
None. |
| TaxRateID | integer |
None. |
|
| SalesStockPolicyID |
Generic SalesStockPolicy for this product |
integer |
None. |
| Weight | decimal number |
None. |
|
| Dimensions | Dimensions |
None. |
|
| MinimumOrderQuantity |
Minimum quantity that must be placed in each order; 0 = 1 |
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. |
| ConditionID | integer |
None. |
|
| IsComposite | boolean |
None. |
|
| Features | Collection of FeatureView |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.