You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mozu.Api/Clients/Commerce/Catalog/Storefront/ProductClient.cs
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ public partial class ProductClient {
91
91
/// <param name="quantity">The number of cart items in the shopper's active cart.</param>
92
92
/// <param name="responseFields">Filtering syntax appended to an API call to increase or decrease the amount of data returned inside a JSON object. This parameter should only be used to retrieve data. Attempting to update data using this parameter may cause data loss.</param>
93
93
/// <param name="skipInventoryCheck">If true, skip the process to validate inventory when creating this product reservation.</param>
94
+
/// <param name="sliceValue"></param>
94
95
/// <param name="supressOutOfStock404">Specifies whether to supress the 404 error when the product is out of stock.</param>
95
96
/// <param name="variationProductCode">Merchant-created code associated with a specific product variation. Variation product codes maintain an association with the base product code.</param>
96
97
/// <param name="variationProductCodeFilter">Provides support for [Variant Discounts](https://www.mozu.com/docs/guides/marketing/variant-discounts.htm) by indicating single and multiple variant codes. When this data is provided then only the option values for the specified product variants will display under the “Options†list for the product. If a product has multiple options, then each option and the specified value for that variant will be displayed.</param>
@@ -99,13 +100,13 @@ public partial class ProductClient {
/// <param name="responseFields">Filtering syntax appended to an API call to increase or decrease the amount of data returned inside a JSON object. This parameter should only be used to retrieve data. Attempting to update data using this parameter may cause data loss.</param>
0 commit comments