2025-03-05: Weight dependent products
Overview
A new boolean attribute weightDependent
has been added to the product model. It allows to mark the product as weight-dependent if the line item price can change after packaging. This is necessary to ensure that credit card payments can be authorized.
Having the attribute available directly on the product level, the corresponding attribute weightDependent
in Adding a product to cart
API has been deprecated. The cart services checks the value specified on a product model and sets the weightDependent
value on the cart item.
Updated endpoints
Deprecated request attribute weightDependent
.
Deprecated request attribute weightDependent
.
New request attribute weightDependent
added.
New request attribute weightDependent
added.
New request attribute weightDependent
added.
New request attribute weightDependent
added.
New request attribute weightDependent
added.
New response attribute weightDependent
added.
New response attribute weightDependent
added.
Known problems
There are no known problems.
Last updated
Was this helpful?