POST Customers/FavoriteProducts
Gets the favorite products of a customer
Request Information
URI Parameters
None.
Body Parameters
CustomerRequestName | Description | Type | Additional information |
---|---|---|---|
ID | string |
Required String length: inclusive between 0 and 128 |
|
Lang | string |
None. |
|
StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "Lang": "sample string 2", "StoreID": 3 }
application/xml, text/xml
Sample:
<CustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Customer"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 2</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">3</StoreID> <ID>sample string 1</ID> </CustomerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
StoreID | integer |
None. |
|
Created | date |
None. |
|
Discontinued | 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. |
|
DeliveryDate | date |
None. |
|
Slug | string |
None. |
|
ProviderID | integer |
None. |
|
ProviderName | string |
None. |
|
TitleTag |
Seo Title Tag |
string |
None. |
MetaDescription |
Seo MetaDescription |
string |
None. |
NotSell |
This product is not for sell |
boolean |
None. |
PackProductIDs | Collection of integer |
None. |
|
BoundProductIDs | Collection of integer |
None. |
|
AttributeIDs |
List of attributes applicable to this product variations |
Collection of AttributeID |
None. |
VariationAttributes |
Combination of attributes applying to each product variation ID |
Dictionary of integer [key] and Collection of integer [value] |
None. |
ClassificationIDs | Collection of integer |
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.