Creates a shipping price adjustment to be applied to the shipping line item. The promotion ID is mandatory and must not be the ID of any actual promotion defined in B2C Commerce. If there already exists a shipping price adjustment on this shipping line item referring to the specified promotion ID, an exception is thrown.
Creates a shipping price adjustment to be applied to the shipping line item. The promotion ID is mandatory and must not be the ID of any actual promotion defined in B2C Commerce.
Returns the adjusted price of this shipping line item. If the line item
container is based on net pricing, the adjusted net price is returned. If
the line item container is based on gross pricing, the adjusted gross
price is returned.
Returns the order-item extension for this item, or null.
An order-item extension will only exist for a ShippingLineItem which
belongs to an Order.
Order post-processing APIs (gillian) are now inactive by default and will throw
an exception if accessed. Activation needs preliminary approval by Product Management.
Please contact support in this case. Existing customers using these APIs are not
affected by this change and can use the APIs until further notice.
Creates a shipping price adjustment to be applied to the shipping line item.
The promotion ID is mandatory and must not be the ID of any actual promotion defined in B2C Commerce. If a
shipping price adjustment on this shipping line item referring to the specified promotion ID already exists, an
exception is thrown.
Returns the adjusted price of this shipping line item. If the line item
container is based on net pricing, the adjusted net price is returned. If
the line item container is based on gross pricing, the adjusted gross
price is returned.
Returns:
either the adjusted net or gross price of this shipping line
item.
Returns the order-item extension for this item, or null.
An order-item extension will only exist for a ShippingLineItem which
belongs to an Order.
Order post-processing APIs (gillian) are now inactive by default and will throw
an exception if accessed. Activation needs preliminary approval by Product Management.
Please contact support in this case. Existing customers using these APIs are not
affected by this change and can use the APIs until further notice.