vuestorefront / mage2vuestorefront

Magento to Vue-storefront datapump - synchronizes Products, Categories and Product-to-category links between your Magento2 API and NoSQL database of vue-storefront

Home Page:http://vuestorefront.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error regionId..

marcelowu opened this issue · comments

npm run o2m

debug: Response received.
error: API call failed: Please check the shipping address information. "regionId
" is required. Enter and try again.
2018-09-02T02:16:02.990Z - error: Error placing an order Please check the shippi
ng address information. "regionId" is required. Enter and try again. string

It seems like the region is is required by your Magento instance and hasn’t been provided by the user. You can set regionid as not required in Magento panel - stores - configuration.

You can also modify the checkout in VS to make this field required