Interface: PreSubmitResponse
Response from a pre-submission operation.
This interface provides information about the result of storing partial customer information during the checkout process. It includes the cart identifier and any price modifiers that might have been applied based on the provided customer information.
Properties
cartId
cartId:
string
The unique identifier of the cart that was pre-submitted.
priceModifiers
priceModifiers:
PriceModifier
[]
List of price adjustments applied based on the submission data.
These can include discounts, surcharges, or other price modifications triggered by customer information such as company, region, or special program eligibility.