POST api/App/PrepareFoodSelectionType

Request Information

URI Parameters

None.

Body Parameters

ProductModel
NameDescriptionTypeAdditional information
ID

integer

None.

StoreId

integer

None.

CategoryId

integer

None.

NotReturnable

boolean

None.

ProductTypeId

integer

None.

ParentGroupedProductId

integer

None.

VisibleIndividually

boolean

None.

Name

string

None.

ShortDescription

string

None.

FullDescription

string

None.

AdminComment

string

None.

ProductTemplateId

integer

None.

VendorId

integer

None.

ShowOnHomePage

boolean

None.

MetaKeywords

string

None.

MetaDescription

string

None.

MetaTitle

string

None.

AllowCustomerReviews

boolean

None.

ApprovedRatingSum

integer

None.

NotApprovedRatingSum

integer

None.

ApprovedTotalReviews

integer

None.

NotApprovedTotalReviews

integer

None.

SubjectToAcl

boolean

None.

LimitedToStores

boolean

None.

Sku

string

None.

ManufacturerPartNumber

string

None.

Gtin

string

None.

IsGiftCard

boolean

None.

GiftCardTypeId

integer

None.

OverriddenGiftCardAmount

decimal number

None.

RequireOtherProducts

boolean

None.

RequiredProductIds

string

None.

AutomaticallyAddRequiredProducts

boolean

None.

IsDownload

boolean

None.

DownloadId

integer

None.

UnlimitedDownloads

boolean

None.

MaxNumberOfDownloads

integer

None.

DownloadExpirationDays

integer

None.

DownloadActivationTypeId

integer

None.

HasSampleDownload

boolean

None.

SampleDownloadId

integer

None.

HasUserAgreement

boolean

None.

UserAgreementText

string

None.

IsRecurring

boolean

None.

RecurringCycleLength

integer

None.

RecurringCyclePeriodId

integer

None.

RecurringTotalCycles

integer

None.

IsRental

boolean

None.

RentalPriceLength

integer

None.

RentalPricePeriodId

integer

None.

IsShipEnabled

boolean

None.

IsFreeShipping

boolean

None.

ShipSeparately

boolean

None.

AdditionalShippingCharge

decimal number

None.

DeliveryDateId

integer

None.

IsTaxExempt

boolean

None.

TaxCategoryId

integer

None.

IsTelecommunicationsOrBroadcastingOrElectronicServices

boolean

None.

ManageInventoryMethodId

integer

None.

UseMultipleWarehouses

boolean

None.

WarehouseId

integer

None.

StockQuantity

integer

None.

DisplayStockAvailability

boolean

None.

DisplayStockQuantity

boolean

None.

MinStockQuantity

integer

None.

LowStockActivityId

integer

None.

NotifyAdminForQuantityBelow

integer

None.

BackorderModeId

integer

None.

AllowBackInStockSubscriptions

boolean

None.

OrderMinimumQuantity

integer

None.

OrderMaximumQuantity

integer

None.

AllowedQuantities

string

None.

AllowAddingOnlyExistingAttributeCombinations

boolean

None.

DisableBuyButton

boolean

None.

DisableWishlistButton

boolean

None.

AvailableForPreOrder

boolean

None.

PreOrderAvailabilityStartDateTimeUtc

date

None.

CallForPrice

boolean

None.

Price

decimal number

None.

OldPrice

decimal number

None.

ProductCost

decimal number

None.

SpecialPrice

decimal number

None.

SpecialPriceStartDateTimeUtc

date

None.

SpecialPriceEndDateTimeUtc

date

None.

CustomerEntersPrice

boolean

None.

MinimumCustomerEnteredPrice

decimal number

None.

MaximumCustomerEnteredPrice

decimal number

None.

BasepriceEnabled

boolean

None.

BasepriceAmount

decimal number

None.

BasepriceUnitId

integer

None.

BasepriceBaseAmount

decimal number

None.

BasepriceBaseUnitId

integer

None.

MarkAsNew

boolean

None.

MarkAsNewStartDateTimeUtc

date

None.

MarkAsNewEndDateTimeUtc

date

None.

HasTierPrices

boolean

None.

HasDiscountsApplied

boolean

None.

Weight

decimal number

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

AvailableStartDateTimeUtc

date

None.

AvailableEndDateTimeUtc

date

None.

DisplayOrder

integer

None.

Published

boolean

None.

Deleted

boolean

None.

IsLunchOrDinner

boolean

None.

IsDinner

boolean

None.

IsBreakFast

boolean

None.

FoodSelectionType

string

None.

IsDineIn

boolean

None.

IsCarryOut

boolean

None.

Type

string

None.

IsBranch

boolean

None.

IsLunch

boolean

None.

DisplayFoodImage

boolean

None.

CreatedOnUtc

date

None.

UpdatedOnUtc

date

None.

AcceptDecimalQuantity

boolean

None.

DecimalChangeInterval

decimal number

None.

PartialAmountPayAtCheckout

boolean

None.

AmountPayableAtCheckout

decimal number

None.

CombineWithCarryout

boolean

None.

AvailabilityType

string

None.

OfferDays

Collection of string

None.

ListTiming

Collection of Timings

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "StoreId": 2,
  "CategoryId": 3,
  "NotReturnable": true,
  "ProductTypeId": 5,
  "ParentGroupedProductId": 6,
  "VisibleIndividually": true,
  "Name": "sample string 8",
  "ShortDescription": "sample string 9",
  "FullDescription": "sample string 10",
  "AdminComment": "sample string 11",
  "ProductTemplateId": 12,
  "VendorId": 13,
  "ShowOnHomePage": true,
  "MetaKeywords": "sample string 15",
  "MetaDescription": "sample string 16",
  "MetaTitle": "sample string 17",
  "AllowCustomerReviews": true,
  "ApprovedRatingSum": 19,
  "NotApprovedRatingSum": 20,
  "ApprovedTotalReviews": 21,
  "NotApprovedTotalReviews": 22,
  "SubjectToAcl": true,
  "LimitedToStores": true,
  "Sku": "sample string 25",
  "ManufacturerPartNumber": "sample string 26",
  "Gtin": "sample string 27",
  "IsGiftCard": true,
  "GiftCardTypeId": 29,
  "OverriddenGiftCardAmount": 1.0,
  "RequireOtherProducts": true,
  "RequiredProductIds": "sample string 31",
  "AutomaticallyAddRequiredProducts": true,
  "IsDownload": true,
  "DownloadId": 34,
  "UnlimitedDownloads": true,
  "MaxNumberOfDownloads": 36,
  "DownloadExpirationDays": 1,
  "DownloadActivationTypeId": 37,
  "HasSampleDownload": true,
  "SampleDownloadId": 39,
  "HasUserAgreement": true,
  "UserAgreementText": "sample string 41",
  "IsRecurring": true,
  "RecurringCycleLength": 43,
  "RecurringCyclePeriodId": 44,
  "RecurringTotalCycles": 45,
  "IsRental": true,
  "RentalPriceLength": 47,
  "RentalPricePeriodId": 48,
  "IsShipEnabled": true,
  "IsFreeShipping": true,
  "ShipSeparately": true,
  "AdditionalShippingCharge": 52.0,
  "DeliveryDateId": 53,
  "IsTaxExempt": true,
  "TaxCategoryId": 55,
  "IsTelecommunicationsOrBroadcastingOrElectronicServices": true,
  "ManageInventoryMethodId": 57,
  "UseMultipleWarehouses": true,
  "WarehouseId": 59,
  "StockQuantity": 60,
  "DisplayStockAvailability": true,
  "DisplayStockQuantity": true,
  "MinStockQuantity": 63,
  "LowStockActivityId": 64,
  "NotifyAdminForQuantityBelow": 65,
  "BackorderModeId": 66,
  "AllowBackInStockSubscriptions": true,
  "OrderMinimumQuantity": 68,
  "OrderMaximumQuantity": 69,
  "AllowedQuantities": "sample string 70",
  "AllowAddingOnlyExistingAttributeCombinations": true,
  "DisableBuyButton": true,
  "DisableWishlistButton": true,
  "AvailableForPreOrder": true,
  "PreOrderAvailabilityStartDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "CallForPrice": true,
  "Price": 76.0,
  "OldPrice": 77.0,
  "ProductCost": 78.0,
  "SpecialPrice": 1.0,
  "SpecialPriceStartDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "SpecialPriceEndDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "CustomerEntersPrice": true,
  "MinimumCustomerEnteredPrice": 80.0,
  "MaximumCustomerEnteredPrice": 81.0,
  "BasepriceEnabled": true,
  "BasepriceAmount": 83.0,
  "BasepriceUnitId": 84,
  "BasepriceBaseAmount": 85.0,
  "BasepriceBaseUnitId": 86,
  "MarkAsNew": true,
  "MarkAsNewStartDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "MarkAsNewEndDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "HasTierPrices": true,
  "HasDiscountsApplied": true,
  "Weight": 90.0,
  "Length": 91.0,
  "Width": 92.0,
  "Height": 93.0,
  "AvailableStartDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "AvailableEndDateTimeUtc": "2026-06-05T19:58:47.4249735-04:00",
  "DisplayOrder": 94,
  "Published": true,
  "Deleted": true,
  "IsLunchOrDinner": true,
  "IsDinner": true,
  "IsBreakFast": true,
  "FoodSelectionType": "sample string 100",
  "IsDineIn": true,
  "IsCarryOut": true,
  "Type": "sample string 103",
  "IsBranch": true,
  "IsLunch": true,
  "DisplayFoodImage": true,
  "CreatedOnUtc": "2026-06-05T19:58:47.4249735-04:00",
  "UpdatedOnUtc": "2026-06-05T19:58:47.4249735-04:00",
  "AcceptDecimalQuantity": true,
  "DecimalChangeInterval": 110.0,
  "PartialAmountPayAtCheckout": true,
  "AmountPayableAtCheckout": 112.0,
  "CombineWithCarryout": true,
  "AvailabilityType": "sample string 114",
  "OfferDays": [
    "sample string 1",
    "sample string 2"
  ],
  "ListTiming": [
    {
      "TimingId": 1,
      "Daykey": "sample string 2",
      "StartTime": "sample string 3",
      "EndTime": "sample string 4"
    },
    {
      "TimingId": 1,
      "Daykey": "sample string 2",
      "StartTime": "sample string 3",
      "EndTime": "sample string 4"
    }
  ],
  "CustomerId": 115
}

application/xml, text/xml

Sample:
<ProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BistroUXNotificationAPI.Models">
  <AcceptDecimalQuantity>true</AcceptDecimalQuantity>
  <AdditionalShippingCharge>52</AdditionalShippingCharge>
  <AdminComment>sample string 11</AdminComment>
  <AllowAddingOnlyExistingAttributeCombinations>true</AllowAddingOnlyExistingAttributeCombinations>
  <AllowBackInStockSubscriptions>true</AllowBackInStockSubscriptions>
  <AllowCustomerReviews>true</AllowCustomerReviews>
  <AllowedQuantities>sample string 70</AllowedQuantities>
  <AmountPayableAtCheckout>112</AmountPayableAtCheckout>
  <ApprovedRatingSum>19</ApprovedRatingSum>
  <ApprovedTotalReviews>21</ApprovedTotalReviews>
  <AutomaticallyAddRequiredProducts>true</AutomaticallyAddRequiredProducts>
  <AvailabilityType>sample string 114</AvailabilityType>
  <AvailableEndDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</AvailableEndDateTimeUtc>
  <AvailableForPreOrder>true</AvailableForPreOrder>
  <AvailableStartDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</AvailableStartDateTimeUtc>
  <BackorderModeId>66</BackorderModeId>
  <BasepriceAmount>83</BasepriceAmount>
  <BasepriceBaseAmount>85</BasepriceBaseAmount>
  <BasepriceBaseUnitId>86</BasepriceBaseUnitId>
  <BasepriceEnabled>true</BasepriceEnabled>
  <BasepriceUnitId>84</BasepriceUnitId>
  <CallForPrice>true</CallForPrice>
  <CategoryId>3</CategoryId>
  <CombineWithCarryout>true</CombineWithCarryout>
  <CreatedOnUtc>2026-06-05T19:58:47.4249735-04:00</CreatedOnUtc>
  <CustomerEntersPrice>true</CustomerEntersPrice>
  <CustomerId>115</CustomerId>
  <DecimalChangeInterval>110</DecimalChangeInterval>
  <Deleted>true</Deleted>
  <DeliveryDateId>53</DeliveryDateId>
  <DisableBuyButton>true</DisableBuyButton>
  <DisableWishlistButton>true</DisableWishlistButton>
  <DisplayFoodImage>true</DisplayFoodImage>
  <DisplayOrder>94</DisplayOrder>
  <DisplayStockAvailability>true</DisplayStockAvailability>
  <DisplayStockQuantity>true</DisplayStockQuantity>
  <DownloadActivationTypeId>37</DownloadActivationTypeId>
  <DownloadExpirationDays>1</DownloadExpirationDays>
  <DownloadId>34</DownloadId>
  <FoodSelectionType>sample string 100</FoodSelectionType>
  <FullDescription>sample string 10</FullDescription>
  <GiftCardTypeId>29</GiftCardTypeId>
  <Gtin>sample string 27</Gtin>
  <HasDiscountsApplied>true</HasDiscountsApplied>
  <HasSampleDownload>true</HasSampleDownload>
  <HasTierPrices>true</HasTierPrices>
  <HasUserAgreement>true</HasUserAgreement>
  <Height>93</Height>
  <ID>1</ID>
  <IsBranch>true</IsBranch>
  <IsBreakFast>true</IsBreakFast>
  <IsCarryOut>true</IsCarryOut>
  <IsDineIn>true</IsDineIn>
  <IsDinner>true</IsDinner>
  <IsDownload>true</IsDownload>
  <IsFreeShipping>true</IsFreeShipping>
  <IsGiftCard>true</IsGiftCard>
  <IsLunch>true</IsLunch>
  <IsLunchOrDinner>true</IsLunchOrDinner>
  <IsRecurring>true</IsRecurring>
  <IsRental>true</IsRental>
  <IsShipEnabled>true</IsShipEnabled>
  <IsTaxExempt>true</IsTaxExempt>
  <IsTelecommunicationsOrBroadcastingOrElectronicServices>true</IsTelecommunicationsOrBroadcastingOrElectronicServices>
  <Length>91</Length>
  <LimitedToStores>true</LimitedToStores>
  <ListTiming>
    <Timings>
      <Daykey>sample string 2</Daykey>
      <EndTime>sample string 4</EndTime>
      <StartTime>sample string 3</StartTime>
      <TimingId>1</TimingId>
    </Timings>
    <Timings>
      <Daykey>sample string 2</Daykey>
      <EndTime>sample string 4</EndTime>
      <StartTime>sample string 3</StartTime>
      <TimingId>1</TimingId>
    </Timings>
  </ListTiming>
  <LowStockActivityId>64</LowStockActivityId>
  <ManageInventoryMethodId>57</ManageInventoryMethodId>
  <ManufacturerPartNumber>sample string 26</ManufacturerPartNumber>
  <MarkAsNew>true</MarkAsNew>
  <MarkAsNewEndDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</MarkAsNewEndDateTimeUtc>
  <MarkAsNewStartDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</MarkAsNewStartDateTimeUtc>
  <MaxNumberOfDownloads>36</MaxNumberOfDownloads>
  <MaximumCustomerEnteredPrice>81</MaximumCustomerEnteredPrice>
  <MetaDescription>sample string 16</MetaDescription>
  <MetaKeywords>sample string 15</MetaKeywords>
  <MetaTitle>sample string 17</MetaTitle>
  <MinStockQuantity>63</MinStockQuantity>
  <MinimumCustomerEnteredPrice>80</MinimumCustomerEnteredPrice>
  <Name>sample string 8</Name>
  <NotApprovedRatingSum>20</NotApprovedRatingSum>
  <NotApprovedTotalReviews>22</NotApprovedTotalReviews>
  <NotReturnable>true</NotReturnable>
  <NotifyAdminForQuantityBelow>65</NotifyAdminForQuantityBelow>
  <OfferDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </OfferDays>
  <OldPrice>77</OldPrice>
  <OrderMaximumQuantity>69</OrderMaximumQuantity>
  <OrderMinimumQuantity>68</OrderMinimumQuantity>
  <OverriddenGiftCardAmount>1</OverriddenGiftCardAmount>
  <ParentGroupedProductId>6</ParentGroupedProductId>
  <PartialAmountPayAtCheckout>true</PartialAmountPayAtCheckout>
  <PreOrderAvailabilityStartDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</PreOrderAvailabilityStartDateTimeUtc>
  <Price>76</Price>
  <ProductCost>78</ProductCost>
  <ProductTemplateId>12</ProductTemplateId>
  <ProductTypeId>5</ProductTypeId>
  <Published>true</Published>
  <RecurringCycleLength>43</RecurringCycleLength>
  <RecurringCyclePeriodId>44</RecurringCyclePeriodId>
  <RecurringTotalCycles>45</RecurringTotalCycles>
  <RentalPriceLength>47</RentalPriceLength>
  <RentalPricePeriodId>48</RentalPricePeriodId>
  <RequireOtherProducts>true</RequireOtherProducts>
  <RequiredProductIds>sample string 31</RequiredProductIds>
  <SampleDownloadId>39</SampleDownloadId>
  <ShipSeparately>true</ShipSeparately>
  <ShortDescription>sample string 9</ShortDescription>
  <ShowOnHomePage>true</ShowOnHomePage>
  <Sku>sample string 25</Sku>
  <SpecialPrice>1</SpecialPrice>
  <SpecialPriceEndDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</SpecialPriceEndDateTimeUtc>
  <SpecialPriceStartDateTimeUtc>2026-06-05T19:58:47.4249735-04:00</SpecialPriceStartDateTimeUtc>
  <StockQuantity>60</StockQuantity>
  <StoreId>2</StoreId>
  <SubjectToAcl>true</SubjectToAcl>
  <TaxCategoryId>55</TaxCategoryId>
  <Type>sample string 103</Type>
  <UnlimitedDownloads>true</UnlimitedDownloads>
  <UpdatedOnUtc>2026-06-05T19:58:47.4249735-04:00</UpdatedOnUtc>
  <UseMultipleWarehouses>true</UseMultipleWarehouses>
  <UserAgreementText>sample string 41</UserAgreementText>
  <VendorId>13</VendorId>
  <VisibleIndividually>true</VisibleIndividually>
  <WarehouseId>59</WarehouseId>
  <Weight>90</Weight>
  <Width>92</Width>
</ProductModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductModel
NameDescriptionTypeAdditional information
ID

integer

None.

StoreId

integer

None.

CategoryId

integer

None.

NotReturnable

boolean

None.

ProductTypeId

integer

None.

ParentGroupedProductId

integer

None.

VisibleIndividually

boolean

None.

Name

string

None.

ShortDescription

string

None.

FullDescription

string

None.

AdminComment

string

None.

ProductTemplateId

integer

None.

VendorId

integer

None.

ShowOnHomePage

boolean

None.

MetaKeywords

string

None.

MetaDescription

string

None.

MetaTitle

string

None.

AllowCustomerReviews

boolean

None.

ApprovedRatingSum

integer

None.

NotApprovedRatingSum

integer

None.

ApprovedTotalReviews

integer

None.

NotApprovedTotalReviews

integer

None.

SubjectToAcl

boolean

None.

LimitedToStores

boolean

None.

Sku

string

None.

ManufacturerPartNumber

string

None.

Gtin

string

None.

IsGiftCard

boolean

None.

GiftCardTypeId

integer

None.

OverriddenGiftCardAmount

decimal number

None.

RequireOtherProducts

boolean

None.

RequiredProductIds

string

None.

AutomaticallyAddRequiredProducts

boolean

None.

IsDownload

boolean

None.

DownloadId

integer

None.

UnlimitedDownloads

boolean

None.

MaxNumberOfDownloads

integer

None.

DownloadExpirationDays

integer

None.

DownloadActivationTypeId

integer

None.

HasSampleDownload

boolean

None.

SampleDownloadId

integer

None.

HasUserAgreement

boolean

None.

UserAgreementText

string

None.

IsRecurring

boolean

None.

RecurringCycleLength

integer

None.

RecurringCyclePeriodId

integer

None.

RecurringTotalCycles

integer

None.

IsRental

boolean

None.

RentalPriceLength

integer

None.

RentalPricePeriodId

integer

None.

IsShipEnabled

boolean

None.

IsFreeShipping

boolean

None.

ShipSeparately

boolean

None.

AdditionalShippingCharge

decimal number

None.

DeliveryDateId

integer

None.

IsTaxExempt

boolean

None.

TaxCategoryId

integer

None.

IsTelecommunicationsOrBroadcastingOrElectronicServices

boolean

None.

ManageInventoryMethodId

integer

None.

UseMultipleWarehouses

boolean

None.

WarehouseId

integer

None.

StockQuantity

integer

None.

DisplayStockAvailability

boolean

None.

DisplayStockQuantity

boolean

None.

MinStockQuantity

integer

None.

LowStockActivityId

integer

None.

NotifyAdminForQuantityBelow

integer

None.

BackorderModeId

integer

None.

AllowBackInStockSubscriptions

boolean

None.

OrderMinimumQuantity

integer

None.

OrderMaximumQuantity

integer

None.

AllowedQuantities

string

None.

AllowAddingOnlyExistingAttributeCombinations

boolean

None.

DisableBuyButton

boolean

None.

DisableWishlistButton

boolean

None.

AvailableForPreOrder

boolean

None.

PreOrderAvailabilityStartDateTimeUtc

date

None.

CallForPrice

boolean

None.

Price

decimal number

None.

OldPrice

decimal number

None.

ProductCost

decimal number

None.

SpecialPrice

decimal number

None.

SpecialPriceStartDateTimeUtc

date

None.

SpecialPriceEndDateTimeUtc

date

None.

CustomerEntersPrice

boolean

None.

MinimumCustomerEnteredPrice

decimal number

None.

MaximumCustomerEnteredPrice

decimal number

None.

BasepriceEnabled

boolean

None.

BasepriceAmount

decimal number

None.

BasepriceUnitId

integer

None.

BasepriceBaseAmount

decimal number

None.

BasepriceBaseUnitId

integer

None.

MarkAsNew

boolean

None.

MarkAsNewStartDateTimeUtc

date

None.

MarkAsNewEndDateTimeUtc

date

None.

HasTierPrices

boolean

None.

HasDiscountsApplied

boolean

None.

Weight

decimal number

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

AvailableStartDateTimeUtc

date

None.

AvailableEndDateTimeUtc

date

None.

DisplayOrder

integer

None.

Published

boolean

None.

Deleted

boolean

None.

IsLunchOrDinner

boolean

None.

IsDinner

boolean

None.

IsBreakFast

boolean

None.

FoodSelectionType

string

None.

IsDineIn

boolean

None.

IsCarryOut

boolean

None.

Type

string

None.

IsBranch

boolean

None.

IsLunch

boolean

None.

DisplayFoodImage

boolean

None.

CreatedOnUtc

date

None.

UpdatedOnUtc

date

None.

AcceptDecimalQuantity

boolean

None.

DecimalChangeInterval

decimal number

None.

PartialAmountPayAtCheckout

boolean

None.

AmountPayableAtCheckout

decimal number

None.

CombineWithCarryout

boolean

None.

AvailabilityType

string

None.

OfferDays

Collection of string

None.

ListTiming

Collection of Timings

None.

CustomerId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "StoreId": 2,
  "CategoryId": 3,
  "NotReturnable": true,
  "ProductTypeId": 5,
  "ParentGroupedProductId": 6,
  "VisibleIndividually": true,
  "Name": "sample string 8",
  "ShortDescription": "sample string 9",
  "FullDescription": "sample string 10",
  "AdminComment": "sample string 11",
  "ProductTemplateId": 12,
  "VendorId": 13,
  "ShowOnHomePage": true,
  "MetaKeywords": "sample string 15",
  "MetaDescription": "sample string 16",
  "MetaTitle": "sample string 17",
  "AllowCustomerReviews": true,
  "ApprovedRatingSum": 19,
  "NotApprovedRatingSum": 20,
  "ApprovedTotalReviews": 21,
  "NotApprovedTotalReviews": 22,
  "SubjectToAcl": true,
  "LimitedToStores": true,
  "Sku": "sample string 25",
  "ManufacturerPartNumber": "sample string 26",
  "Gtin": "sample string 27",
  "IsGiftCard": true,
  "GiftCardTypeId": 29,
  "OverriddenGiftCardAmount": 1.0,
  "RequireOtherProducts": true,
  "RequiredProductIds": "sample string 31",
  "AutomaticallyAddRequiredProducts": true,
  "IsDownload": true,
  "DownloadId": 34,
  "UnlimitedDownloads": true,
  "MaxNumberOfDownloads": 36,
  "DownloadExpirationDays": 1,
  "DownloadActivationTypeId": 37,
  "HasSampleDownload": true,
  "SampleDownloadId": 39,
  "HasUserAgreement": true,
  "UserAgreementText": "sample string 41",
  "IsRecurring": true,
  "RecurringCycleLength": 43,
  "RecurringCyclePeriodId": 44,
  "RecurringTotalCycles": 45,
  "IsRental": true,
  "RentalPriceLength": 47,
  "RentalPricePeriodId": 48,
  "IsShipEnabled": true,
  "IsFreeShipping": true,
  "ShipSeparately": true,
  "AdditionalShippingCharge": 52.0,
  "DeliveryDateId": 53,
  "IsTaxExempt": true,
  "TaxCategoryId": 55,
  "IsTelecommunicationsOrBroadcastingOrElectronicServices": true,
  "ManageInventoryMethodId": 57,
  "UseMultipleWarehouses": true,
  "WarehouseId": 59,
  "StockQuantity": 60,
  "DisplayStockAvailability": true,
  "DisplayStockQuantity": true,
  "MinStockQuantity": 63,
  "LowStockActivityId": 64,
  "NotifyAdminForQuantityBelow": 65,
  "BackorderModeId": 66,
  "AllowBackInStockSubscriptions": true,
  "OrderMinimumQuantity": 68,
  "OrderMaximumQuantity": 69,
  "AllowedQuantities": "sample string 70",
  "AllowAddingOnlyExistingAttributeCombinations": true,
  "DisableBuyButton": true,
  "DisableWishlistButton": true,
  "AvailableForPreOrder": true,
  "PreOrderAvailabilityStartDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "CallForPrice": true,
  "Price": 76.0,
  "OldPrice": 77.0,
  "ProductCost": 78.0,
  "SpecialPrice": 1.0,
  "SpecialPriceStartDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "SpecialPriceEndDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "CustomerEntersPrice": true,
  "MinimumCustomerEnteredPrice": 80.0,
  "MaximumCustomerEnteredPrice": 81.0,
  "BasepriceEnabled": true,
  "BasepriceAmount": 83.0,
  "BasepriceUnitId": 84,
  "BasepriceBaseAmount": 85.0,
  "BasepriceBaseUnitId": 86,
  "MarkAsNew": true,
  "MarkAsNewStartDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "MarkAsNewEndDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "HasTierPrices": true,
  "HasDiscountsApplied": true,
  "Weight": 90.0,
  "Length": 91.0,
  "Width": 92.0,
  "Height": 93.0,
  "AvailableStartDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "AvailableEndDateTimeUtc": "2026-06-05T19:58:47.4874636-04:00",
  "DisplayOrder": 94,
  "Published": true,
  "Deleted": true,
  "IsLunchOrDinner": true,
  "IsDinner": true,
  "IsBreakFast": true,
  "FoodSelectionType": "sample string 100",
  "IsDineIn": true,
  "IsCarryOut": true,
  "Type": "sample string 103",
  "IsBranch": true,
  "IsLunch": true,
  "DisplayFoodImage": true,
  "CreatedOnUtc": "2026-06-05T19:58:47.4874636-04:00",
  "UpdatedOnUtc": "2026-06-05T19:58:47.4874636-04:00",
  "AcceptDecimalQuantity": true,
  "DecimalChangeInterval": 110.0,
  "PartialAmountPayAtCheckout": true,
  "AmountPayableAtCheckout": 112.0,
  "CombineWithCarryout": true,
  "AvailabilityType": "sample string 114",
  "OfferDays": [
    "sample string 1",
    "sample string 2"
  ],
  "ListTiming": [
    {
      "TimingId": 1,
      "Daykey": "sample string 2",
      "StartTime": "sample string 3",
      "EndTime": "sample string 4"
    },
    {
      "TimingId": 1,
      "Daykey": "sample string 2",
      "StartTime": "sample string 3",
      "EndTime": "sample string 4"
    }
  ],
  "CustomerId": 115
}

application/xml, text/xml

Sample:
<ProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BistroUXNotificationAPI.Models">
  <AcceptDecimalQuantity>true</AcceptDecimalQuantity>
  <AdditionalShippingCharge>52</AdditionalShippingCharge>
  <AdminComment>sample string 11</AdminComment>
  <AllowAddingOnlyExistingAttributeCombinations>true</AllowAddingOnlyExistingAttributeCombinations>
  <AllowBackInStockSubscriptions>true</AllowBackInStockSubscriptions>
  <AllowCustomerReviews>true</AllowCustomerReviews>
  <AllowedQuantities>sample string 70</AllowedQuantities>
  <AmountPayableAtCheckout>112</AmountPayableAtCheckout>
  <ApprovedRatingSum>19</ApprovedRatingSum>
  <ApprovedTotalReviews>21</ApprovedTotalReviews>
  <AutomaticallyAddRequiredProducts>true</AutomaticallyAddRequiredProducts>
  <AvailabilityType>sample string 114</AvailabilityType>
  <AvailableEndDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</AvailableEndDateTimeUtc>
  <AvailableForPreOrder>true</AvailableForPreOrder>
  <AvailableStartDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</AvailableStartDateTimeUtc>
  <BackorderModeId>66</BackorderModeId>
  <BasepriceAmount>83</BasepriceAmount>
  <BasepriceBaseAmount>85</BasepriceBaseAmount>
  <BasepriceBaseUnitId>86</BasepriceBaseUnitId>
  <BasepriceEnabled>true</BasepriceEnabled>
  <BasepriceUnitId>84</BasepriceUnitId>
  <CallForPrice>true</CallForPrice>
  <CategoryId>3</CategoryId>
  <CombineWithCarryout>true</CombineWithCarryout>
  <CreatedOnUtc>2026-06-05T19:58:47.4874636-04:00</CreatedOnUtc>
  <CustomerEntersPrice>true</CustomerEntersPrice>
  <CustomerId>115</CustomerId>
  <DecimalChangeInterval>110</DecimalChangeInterval>
  <Deleted>true</Deleted>
  <DeliveryDateId>53</DeliveryDateId>
  <DisableBuyButton>true</DisableBuyButton>
  <DisableWishlistButton>true</DisableWishlistButton>
  <DisplayFoodImage>true</DisplayFoodImage>
  <DisplayOrder>94</DisplayOrder>
  <DisplayStockAvailability>true</DisplayStockAvailability>
  <DisplayStockQuantity>true</DisplayStockQuantity>
  <DownloadActivationTypeId>37</DownloadActivationTypeId>
  <DownloadExpirationDays>1</DownloadExpirationDays>
  <DownloadId>34</DownloadId>
  <FoodSelectionType>sample string 100</FoodSelectionType>
  <FullDescription>sample string 10</FullDescription>
  <GiftCardTypeId>29</GiftCardTypeId>
  <Gtin>sample string 27</Gtin>
  <HasDiscountsApplied>true</HasDiscountsApplied>
  <HasSampleDownload>true</HasSampleDownload>
  <HasTierPrices>true</HasTierPrices>
  <HasUserAgreement>true</HasUserAgreement>
  <Height>93</Height>
  <ID>1</ID>
  <IsBranch>true</IsBranch>
  <IsBreakFast>true</IsBreakFast>
  <IsCarryOut>true</IsCarryOut>
  <IsDineIn>true</IsDineIn>
  <IsDinner>true</IsDinner>
  <IsDownload>true</IsDownload>
  <IsFreeShipping>true</IsFreeShipping>
  <IsGiftCard>true</IsGiftCard>
  <IsLunch>true</IsLunch>
  <IsLunchOrDinner>true</IsLunchOrDinner>
  <IsRecurring>true</IsRecurring>
  <IsRental>true</IsRental>
  <IsShipEnabled>true</IsShipEnabled>
  <IsTaxExempt>true</IsTaxExempt>
  <IsTelecommunicationsOrBroadcastingOrElectronicServices>true</IsTelecommunicationsOrBroadcastingOrElectronicServices>
  <Length>91</Length>
  <LimitedToStores>true</LimitedToStores>
  <ListTiming>
    <Timings>
      <Daykey>sample string 2</Daykey>
      <EndTime>sample string 4</EndTime>
      <StartTime>sample string 3</StartTime>
      <TimingId>1</TimingId>
    </Timings>
    <Timings>
      <Daykey>sample string 2</Daykey>
      <EndTime>sample string 4</EndTime>
      <StartTime>sample string 3</StartTime>
      <TimingId>1</TimingId>
    </Timings>
  </ListTiming>
  <LowStockActivityId>64</LowStockActivityId>
  <ManageInventoryMethodId>57</ManageInventoryMethodId>
  <ManufacturerPartNumber>sample string 26</ManufacturerPartNumber>
  <MarkAsNew>true</MarkAsNew>
  <MarkAsNewEndDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</MarkAsNewEndDateTimeUtc>
  <MarkAsNewStartDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</MarkAsNewStartDateTimeUtc>
  <MaxNumberOfDownloads>36</MaxNumberOfDownloads>
  <MaximumCustomerEnteredPrice>81</MaximumCustomerEnteredPrice>
  <MetaDescription>sample string 16</MetaDescription>
  <MetaKeywords>sample string 15</MetaKeywords>
  <MetaTitle>sample string 17</MetaTitle>
  <MinStockQuantity>63</MinStockQuantity>
  <MinimumCustomerEnteredPrice>80</MinimumCustomerEnteredPrice>
  <Name>sample string 8</Name>
  <NotApprovedRatingSum>20</NotApprovedRatingSum>
  <NotApprovedTotalReviews>22</NotApprovedTotalReviews>
  <NotReturnable>true</NotReturnable>
  <NotifyAdminForQuantityBelow>65</NotifyAdminForQuantityBelow>
  <OfferDays xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </OfferDays>
  <OldPrice>77</OldPrice>
  <OrderMaximumQuantity>69</OrderMaximumQuantity>
  <OrderMinimumQuantity>68</OrderMinimumQuantity>
  <OverriddenGiftCardAmount>1</OverriddenGiftCardAmount>
  <ParentGroupedProductId>6</ParentGroupedProductId>
  <PartialAmountPayAtCheckout>true</PartialAmountPayAtCheckout>
  <PreOrderAvailabilityStartDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</PreOrderAvailabilityStartDateTimeUtc>
  <Price>76</Price>
  <ProductCost>78</ProductCost>
  <ProductTemplateId>12</ProductTemplateId>
  <ProductTypeId>5</ProductTypeId>
  <Published>true</Published>
  <RecurringCycleLength>43</RecurringCycleLength>
  <RecurringCyclePeriodId>44</RecurringCyclePeriodId>
  <RecurringTotalCycles>45</RecurringTotalCycles>
  <RentalPriceLength>47</RentalPriceLength>
  <RentalPricePeriodId>48</RentalPricePeriodId>
  <RequireOtherProducts>true</RequireOtherProducts>
  <RequiredProductIds>sample string 31</RequiredProductIds>
  <SampleDownloadId>39</SampleDownloadId>
  <ShipSeparately>true</ShipSeparately>
  <ShortDescription>sample string 9</ShortDescription>
  <ShowOnHomePage>true</ShowOnHomePage>
  <Sku>sample string 25</Sku>
  <SpecialPrice>1</SpecialPrice>
  <SpecialPriceEndDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</SpecialPriceEndDateTimeUtc>
  <SpecialPriceStartDateTimeUtc>2026-06-05T19:58:47.4874636-04:00</SpecialPriceStartDateTimeUtc>
  <StockQuantity>60</StockQuantity>
  <StoreId>2</StoreId>
  <SubjectToAcl>true</SubjectToAcl>
  <TaxCategoryId>55</TaxCategoryId>
  <Type>sample string 103</Type>
  <UnlimitedDownloads>true</UnlimitedDownloads>
  <UpdatedOnUtc>2026-06-05T19:58:47.4874636-04:00</UpdatedOnUtc>
  <UseMultipleWarehouses>true</UseMultipleWarehouses>
  <UserAgreementText>sample string 41</UserAgreementText>
  <VendorId>13</VendorId>
  <VisibleIndividually>true</VisibleIndividually>
  <WarehouseId>59</WarehouseId>
  <Weight>90</Weight>
  <Width>92</Width>
</ProductModel>