Set the shipping details in the InLine Checkout
Overview
Use case
TwoCoInlineCart.shipping.setName('Shopper name'); TwoCoInlineCart.shipping.setEmail('shopper.email@example.com'); TwoCoInlineCart.shipping.setPhone('+1 202 555 0115'); TwoCoInlineCart.shipping.setCountry('US'); TwoCoInlineCart.shipping.setCity('Denver'); TwoCoInlineCart.shipping.setState('Colorado'); TwoCoInlineCart.shipping.setZip('80249'); TwoCoInlineCart.shipping.setAddress('Pena Blvd'); TwoCoInlineCart.shipping.setAddress2('');
Sample request
HTML
JavaScript
Demo
PreviousSet the cart currency for InLine CartNextAdd a digital catalog product with auto-applied order promotion
Last updated
Was this helpful?