Targets
Address
purchase
An extension target that formats the selected address suggestion provided by a purchase.address-autocomplete.suggest
target. This formatted address is used to auto-populate the fields of the address form. It must return a .
purchase
An extension target that provides address autocomplete suggestions for address forms at checkout. Suggestions are presented to customers for delivery, billing, and pickup point addresses. The extension target must return a list of address suggestions
. If a formatted address is provided with each suggestion, then it will be used to auto-populate the fields in the address form when the customer selects a suggested address. Optionally, you can implement the purchase.address-autocomplete.format-suggestion
extension target to format an address based on the address suggestion selected by the customer.
Block
purchase
A block extension target that isn't tied to a specific checkout section or feature. Unlike static extension targets, block extension targets render where the merchant sets them using the checkout editor. The supported locations for block extension targets can be previewed during development by using a URL parameter.
purchase
A block extension target that renders exclusively on the Thank you page. Unlike static extension targets, block extension targets render where the merchant sets them using the checkout editor. The supported locations for block extension targets can be previewed during development by using a URL parameter.
Footer
Header
Information
Local Pickup
purchase
A static extension target that is rendered after pickup location options.
purchase
A static extension target that is rendered before pickup location options.
purchase
A static extension target that is rendered after the pickup location details within the local pickup option list, for each option.
Order Summary
purchase
A static extension target that renders on every line item, inside the details under the line item properties element.
purchase
A static extension target that is rendered after all line items.
purchase
A static extension target that is rendered in the order summary, after the discount form and discount tag elements.
purchase
A static extension target that is rendered in the order summary, before the discount form element.
purchase
A static extension target that renders on every line item, inside the details under the line item properties element.
purchase
A static extension target that is rendered after all line items on the Thank you page.
Overlays
Payments
Pickup Points
Shipping
purchase
A static extension target that is rendered after the shipping address form elements.
purchase
A static extension target that is rendered between the shipping address header and shipping address form elements.
purchase
A static extension target that is rendered under the shipping method within the shipping method option list, for each option.
purchase
A static extension target that is rendered after the shipping method details within the shipping method option list, for each option.
purchase
A static extension target that is rendered after the shipping method options.
purchase
A static extension target that is rendered between the shipping method header and shipping method options.