public static class CartOperationServiceProperties.BulkAddToCartOperation extends Object
Constructor and Description |
---|
BulkAddToCartOperation() |
Modifier and Type | Method and Description |
---|---|
int |
getProductBatchSize()
Dictates the number of products that are gathered at a time when populating & validating
a CartItem during an add to cart request.
|
void |
setProductBatchSize(int productBatchSize)
Dictates the number of products that are gathered at a time when populating & validating
a CartItem during an add to cart request.
|
public int getProductBatchSize()
public void setProductBatchSize(int productBatchSize)
Copyright © 2021. All rights reserved.