@wix/auto_sdk_ecom_checkout-templates 1.0.65 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1112,6 +1112,12 @@ interface LineItem {
1112
1112
  savePaymentMethod?: boolean;
1113
1113
  /** Address to use for tax calculation purposes. */
1114
1114
  taxableAddress?: TaxableAddress;
1115
+ /**
1116
+ * Custom extended fields for the line item object.
1117
+ *
1118
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured using the 'Checkout & Orders - Line Items Schema Plugin' in the app dashboard before they can be accessed with API calls.
1119
+ */
1120
+ extendedFields?: ExtendedFields;
1115
1121
  /**
1116
1122
  * Policies to be displayed to the customer on the checkout page.
1117
1123
  * @readonly