storefront-api-examples icon indicating copy to clipboard operation
storefront-api-examples copied to clipboard

How can we modify checkout weburl

Open tufail opened this issue 5 years ago • 0 comments

Hi ,

I like to modify the checkout shipping before clicking on weburl button.

Is there any option to ask shipping address on shopify like "fieldBaseTypes.required_shipping = false"

so that we can skip shipping address form to fill. something like this client.checkout.create({ fieldBaseTypes: { requiresShipping: false } }).then((res) => {})

Please help me.

tufail avatar Apr 23 '20 04:04 tufail