No content to show

User Activity

 const {query} = useApi(); useEffect(() => { query( `query ($first: Int!) { customers(first: $first, query: $email) { edges{ node { id firstName lastName ...
We are developing a Checkout UI extension to validate the customer's shipping address. Our product can be purchased by logged-in users. We are preventing changes to the customer's shipping address during checkout and only accepting the saved customer...
This widget could not be displayed.
This widget could not be displayed.