Patch Changes
-
#3538
a741a10acde19fab89088672fb3df01a8f4d7ee2Thanks @alexgraffeocohen! - Adds components to point of sale cart LineItem interface to represent product bundle items. -
#3477
f0984671a362c540724306dd21a02974a9c692ddThanks @chadcromwell! - Added optionaldiscountAllocationsfield to Cart Line Item API so that POS extensions can see the precise proportion of a discount applied to a particular line item. Only theallocatedAmountfield is included for this purpose, matching the Storefront API structure. See https://shopify.dev/docs/api/storefront/latest/objects/DiscountAllocation. -
#3477
f0984671a362c540724306dd21a02974a9c692ddThanks @chadcromwell! - Adds pos.receipt-header.block.render extension target -
#3477
f0984671a362c540724306dd21a02974a9c692ddThanks @chadcromwell! - Modified transaction data interface fields to include returnId and refundId to Return and Exchange TransactionData.