Checkout 3.0
Shipping Settings

Shipping Settings

The shipping settings apply to the entire cart and encompass both Vouchers and Attributes. These configurations are particular to the selected shipping broker and the preferences you’ve established.

This information can be appended in the Initialize Payment and Update Items requests. It’s possible to pass shipping settings in several requests during the checkout process, however, only the most recent one will be considered.

{
  "shippingSettings": {
    "Vouchers": ["string"],
    "attributes": ["isbulky=True", "shippingclass=A"]
  }
}

Object Reference

ParameterData TypeNecessityDescription
vouchersstring[]OptionalVouchers. This can be any value that matches your shipping broker configuration.
attributesstring[]OptionalAttributes of the entire cart. This can be any value that matches your shipping broker configuration.

ShippingSettings object