POST Customers/FavoriteProducts

Gets the favorite products of a customer

Request Information

URI Parameters

None.

Body Parameters

CustomerRequest
NameDescriptionTypeAdditional 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 Product
NameDescriptionTypeAdditional 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

Collection of ItemImage

None.

Promotion

PromotionItem

None.

Promotions

Collection of PromotionItem

None.

StoreManufacture

if true , this product belongs to the store manufacturer

boolean

None.

SalesStockPolicyID

integer

None.

BrandName

string

None.

BrandSlug

string

None.

BrandImages

Collection of ItemImage

None.

CollectionName

string

None.

ConditionName

string

None.

VariationPrices

Collection of VariationPrice

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.

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:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.